File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 strategy :
2727 fail-fast : true
2828 matrix :
29- php : [8.2 , 8.3 ]
30- phpunit : ['11.0', '11.4']
29+ php : [8.3 , 8.4 ]
30+ phpunit : ['11.0', '11.4', '12.2' ]
3131 phpstan : ['2.1']
32- paratest : ['7.6 ', '7.8 ']
33- larastan : ['v3.1 ']
32+ paratest : ['7.8 ', '7.10 ']
33+ larastan : ['v3.5 ']
3434
3535 name : PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - with Paratest ${{ matrix.paratest }} - PHPStan ${{ matrix.phpstan }} - Larastan ${{ matrix.larastan }}
3636
5151 REDIS_LIBS : liblz4-dev, liblzf-dev, libzstd-dev
5252
5353 - name : Set Framework version
54- run : composer config version "11 .x-dev"
54+ run : composer config version "12 .x-dev"
5555
56- - name : Set minimum PHP 8.2 versions
56+ - name : Set minimum PHP 8.3 versions
5757 uses : nick-fields/retry@v3
5858 with :
5959 timeout_minutes : 5
9696 command : composer update --prefer-stable --prefer-dist --no-interaction --no-progress
9797
9898 - name : Execute tests
99- run : php artisan test --parallel --configuration="phpunit.xml" --coverage-clover=build/logs/clover.xml
99+ run : php artisan test --parallel --configuration="phpunit.xml.dist " --coverage-clover=build/logs/clover.xml
100100 env :
101101 DB_CONNECTION : sqlite
102102 DB_DATABASE : " :memory:"
You can’t perform that action at this time.
0 commit comments