@@ -13,26 +13,17 @@ jobs:
1313 matrix :
1414 os : [ubuntu-latest]
1515 payload :
16+ - { laravel: '11.*', php: '8.3', 'testbench': '9.*' }
17+ - { laravel: '11.*', php: '8.2', 'testbench': '9.*' }
1618 - { laravel: '10.*', php: '8.3', 'testbench': '8.*'}
1719 - { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
1820 - { laravel: '10.*', php: '8.1', 'testbench': '8.*'}
19- - { laravel: '9.*', php: '8.3', 'testbench': '7.*'}
20- - { laravel: '9.*', php: '8.2', 'testbench': '7.*'}
21- - { laravel: '9.*', php: '8.1', 'testbench': '7.*'}
22- - { laravel: '9.*', php: '8.0', 'testbench': '7.*'}
23- - { laravel: '8.*', php: '8.1', 'testbench': '6.*'}
24- - { laravel: '8.*', php: '8.0', 'testbench': '6.*'}
25- - { laravel: '8.*', php: '7.4', 'testbench': '6.*'}
26- - { laravel: '7.*', php: '8.0', 'testbench': '5.*' }
27- - { laravel: '7.*', php: '7.4', 'testbench': '5.*' }
28- - { laravel: '6.*', php: '8.0', 'testbench': '4.*' }
29- - { laravel: '6.*', php: '7.4', 'testbench': '4.*' }
3021
3122 name : PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }}
3223
3324 services :
3425 mysql :
35- image : mysql:5.7.27
26+ image : mysql:8
3627 env :
3728 MYSQL_USER : root
3829 MYSQL_ROOT_PASSWORD : root
6657 CI_DB_DATABASE : test
6758 CI_DB_USERNAME : root
6859 CI_DB_PASSWORD : root
69- run : vendor/bin/phpunit
60+ run : composer test
0 commit comments