File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55jobs :
66 testing :
77 name : Tests
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04
99 strategy :
1010 matrix :
1111 php :
12- - " 8.0"
13- - " 8.1"
1412 - " 8.2"
13+ - " 8.3"
14+ - " 8.4"
15+ - " 8.5"
1516 steps :
1617 - name : Checkout
17- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1819 with :
1920 fetch-depth : 0
2021
2425 php-version : ${{ matrix.php }}
2526
2627 - name : Composer
27- uses : ramsey/composer-install@v2
28+ uses : ramsey/composer-install@v3
2829
2930 - name : Running tests
3031 run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " ^8.0" ,
88 "ext-json" : " *" ,
9- "illuminate/config" : " ^9.0 || ^10.0" ,
10- "illuminate/support" : " ^9.0 || ^10.0" ,
9+ "illuminate/config" : " ^9.0 || ^10.0 || ^11.0 " ,
10+ "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 " ,
1111 "guzzlehttp/guzzle" : " ^7.4.5"
1212 },
1313 "require-dev" : {
You can’t perform that action at this time.
0 commit comments