Compare commits

..

No commits in common. "c6055e66fd68ab6135a04f67578dc092c6834763" and "276836059b4d54478ecfd6fdb4621592bacf695e" have entirely different histories.

2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,15 @@
version: 2.1
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:
docker:
- image: cimg/php:8.2.12
@ -23,5 +32,6 @@ workflows:
version: 2
build:
jobs:
- build_php_version_81
- build_php_version_82
- build_php_version_83

View file

@ -18,6 +18,6 @@
},
"require-dev": {
"kahlan/kahlan": "^5.2.5",
"illuminate/database": "=11.1.0"
"illuminate/database": "=10.29.0"
}
}