mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-12-26 23:57:21 -08:00
Compare commits
No commits in common. "c6055e66fd68ab6135a04f67578dc092c6834763" and "276836059b4d54478ecfd6fdb4621592bacf695e" have entirely different histories.
c6055e66fd
...
276836059b
2 changed files with 11 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
build_php_version_81:
|
||||||
|
docker:
|
||||||
|
- image: cimg/php:8.1.14
|
||||||
|
working_directory: ~/ReadOnlyTraitLaravel
|
||||||
|
steps: # a set of executable commands
|
||||||
|
- checkout
|
||||||
|
- run: sudo composer self-update
|
||||||
|
- run: composer install -n --prefer-dist --no-plugins
|
||||||
|
- run: ./vendor/bin/kahlan -reporter=verbose
|
||||||
build_php_version_82:
|
build_php_version_82:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/php:8.2.12
|
- image: cimg/php:8.2.12
|
||||||
|
@ -23,5 +32,6 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
|
- build_php_version_81
|
||||||
- build_php_version_82
|
- build_php_version_82
|
||||||
- build_php_version_83
|
- build_php_version_83
|
||||||
|
|
|
@ -18,6 +18,6 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"kahlan/kahlan": "^5.2.5",
|
"kahlan/kahlan": "^5.2.5",
|
||||||
"illuminate/database": "=11.1.0"
|
"illuminate/database": "=10.29.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue