File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: PHPStan
33on :
44 push :
55 paths :
6- - ' **.php'
7- - ' phpstan.neon.dist'
8- - ' .github/workflows/phpstan.yml'
6+ - " **.php"
7+ - " phpstan.neon.dist"
8+ - " .github/workflows/phpstan.yml"
99
1010jobs :
1111 phpstan :
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
2020 with :
21- php-version : ' 8.2 '
21+ php-version : " 8.4 "
2222 coverage : none
2323
2424 - name : Install composer dependencies
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: run-tests
33on :
44 push :
55 paths :
6- - ' **.php'
7- - ' .github/workflows/run-tests.yml'
8- - ' phpunit.xml.dist'
9- - ' composer.json'
10- - ' composer.lock'
6+ - " **.php"
7+ - " .github/workflows/run-tests.yml"
8+ - " phpunit.xml.dist"
9+ - " composer.json"
10+ - " composer.lock"
1111
1212jobs :
1313 test :
@@ -17,16 +17,13 @@ jobs:
1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
20- php : [8.3, 8.2 ]
21- laravel : [11.*, 10.* ]
22- stability : [prefer-lowest, prefer- stable]
20+ php : [8.3, 8.4 ]
21+ laravel : [11.*]
22+ stability : [prefer-stable]
2323 include :
2424 - laravel : 11.*
2525 testbench : 9.*
2626 carbon : ^2.63
27- - laravel : 10.*
28- testbench : 8.*
29- carbon : ^2.63
3027
3128 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3229
You can’t perform that action at this time.
0 commit comments