This repository was archived by the owner on Mar 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.0, 8.1]
17- laravel : [^8.71, 9.*]
16+ php : [8.0, 8.1, 8.2 ]
17+ laravel : [9.*]
1818 stability : [prefer-lowest, prefer-stable]
19- include :
20- - testbench : 7.*
21- laravel : 9.*
22- - testbench : ^6.6
23- laravel : ^8.71
2419
2520 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2621
4237
4338 - name : Install dependencies
4439 run : |
45- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.62.1" --dev --no-interaction --no-update
4641 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4742
4843 - name : Execute tests
Original file line number Diff line number Diff line change 1010
1111The package provides the collection of methods to loop over your data.
1212
13- The package requires PHP ` ^8.x ` and Laravel ` ^8.71 ` or ` ^ 9.0` .
13+ The package requires PHP ` ^8.x ` and Laravel ` ^9.0 ` .
1414
1515## #StandWithUkraine
1616[ ![ SWUbanner] ( https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg )] ( https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md )
You can’t perform that action at this time.
0 commit comments