mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
fix(config): Fix php version to > 8.1
This commit is contained in:
parent
c4577288b7
commit
5a8caaca54
1 changed files with 3 additions and 13 deletions
|
@ -1,15 +1,6 @@
|
|||
version: 2.1
|
||||
|
||||
jobs:
|
||||
build_php_version_80:
|
||||
docker:
|
||||
- image: cimg/php:8.0.20
|
||||
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_81:
|
||||
docker:
|
||||
- image: cimg/php:8.1.14
|
||||
|
@ -19,9 +10,9 @@ jobs:
|
|||
- run: sudo composer self-update
|
||||
- run: composer install -n --prefer-dist --no-plugins
|
||||
- run: ./vendor/bin/kahlan -reporter=verbose
|
||||
build_latest:
|
||||
build_php_version_82:
|
||||
docker:
|
||||
- image: cimg/php:latest
|
||||
- image: cimg/php:8.2.12
|
||||
working_directory: ~/ReadOnlyTraitLaravel
|
||||
steps: # a set of executable commands
|
||||
- checkout
|
||||
|
@ -32,6 +23,5 @@ workflows:
|
|||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
- build_php_version_80
|
||||
- build_php_version_81
|
||||
- build_latest
|
||||
- build_php_version_82
|
||||
|
|
Loading…
Reference in a new issue