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 13
13
fail-fast : true
14
14
matrix :
15
15
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.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
- include :
20
- - testbench : 7.*
21
- laravel : 9.*
22
- - testbench : ^6.6
23
- laravel : ^8.71
24
19
25
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
21
42
37
43
38
- name : Install dependencies
44
39
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
46
41
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
47
42
48
43
- name : Execute tests
Original file line number Diff line number Diff line change 10
10
11
11
The package provides the collection of methods to loop over your data.
12
12
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 ` .
14
14
15
15
## #StandWithUkraine
16
16
[ ![ 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