mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 13:23:22 -07:00
Merge pull request #59 from michaelachrisco/58-update-illuminatedatabase
Update composer.json - illuminate/database
This commit is contained in:
commit
c6055e66fd
2 changed files with 1 additions and 11 deletions
|
@ -1,15 +1,6 @@
|
||||||
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
|
||||||
|
@ -32,6 +23,5 @@ 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": "=10.29.0"
|
"illuminate/database": "=11.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue