This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- runs-on : ${{ matrix.os }}
11+ runs-on : ubuntu-latest
1212 strategy :
1313 fail-fast : false
1414 matrix :
15- php : [8.0, 7.4, 7.3]
16- laravel : [^8.0]
17- dependency-version : [prefer-lowest, prefer-stable]
18- os : [ubuntu-latest]
15+ php : [8.1, 8.0, 7.4, 7.3]
16+ laravel : [^8.0, ^9.0]
17+ exclude :
18+ - php : 7.3
19+ laravel : ' ^9.0'
20+ - php : 7.4
21+ laravel : ' ^9.0'
1922
20- name : P${{ matrix.php }} - L${{ matrix.laravel }} ${{ matrix.dependency-version }} - ${{ matrix.os }}
23+ name : P${{ matrix.php }} - L${{ matrix.laravel }}
2124
2225 steps :
2326 - name : Checkout code
3841
3942 - name : Install dependencies
4043 run : |
41- composer require "illuminate/container:${{ matrix.laravel }}" "illuminate/ contracts:${{ matrix.laravel }}" "illuminate/database:${{ matrix.laravel }}" --no-interaction --no-update
42- composer update --${{ matrix.dependency-version }} -- prefer-dist --no-interaction --no-suggest
44+ composer require "illuminate/contracts:${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update
45+ composer update --prefer-dist --no-interaction --no-suggest
4346
4447 - name : Execute tests
4548 run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^7.3|^8.0" ,
1515 "dyrynda/laravel-model-uuid" : " ^6.5" ,
16- "illuminate/container" : " ^8.12" ,
17- "illuminate/contracts" : " ^8.12" ,
18- "illuminate/database" : " ^8.12" ,
16+ "illuminate/container" : " ^8.12|^9.0 " ,
17+ "illuminate/contracts" : " ^8.12|^9.0 " ,
18+ "illuminate/database" : " ^8.12|^9.0 " ,
1919 "ramsey/uuid" : " ^4.1"
2020 },
2121 "require-dev" : {
2222 "laravel/legacy-factories" : " ^1.1" ,
2323 "mockery/mockery" : " ^1.4.2" ,
24- "orchestra/testbench" : " ^6.0" ,
24+ "orchestra/testbench" : " ^6.0|^7.0 " ,
2525 "phpunit/phpunit" : " ^9.3"
2626 },
2727 "autoload" : {
You can’t perform that action at this time.
0 commit comments