@@ -13,14 +13,18 @@ jobs:
1313 matrix :
1414 os : [ubuntu-latest]
1515 payload :
16- - { queue: 'github-actions-laravel9-php81', laravel: '10.*', php: '8.2', 'testbench': '8.*' }
17- - { queue: 'github-actions-laravel9-php81', laravel: '10.*', php: '8.1', 'testbench': '8.*' }
18- - { queue: 'github-actions-laravel9-php81', laravel: '9.*', php: '8.2', 'testbench': '7.*' }
19- - { queue: 'github-actions-laravel9-php81', laravel: '9.*', php: '8.1', 'testbench': '7.*' }
20- - { queue: 'github-actions-laravel9-php80', laravel: '9.*', php: '8.0', 'testbench': '7.*' }
21- - { queue: 'github-actions-laravel8-php81', laravel: '8.*', php: '8.1', 'testbench': '6.*' }
22- - { queue: 'github-actions-laravel8-php80', laravel: '8.*', php: '8.0', 'testbench': '6.*' }
23- - { queue: 'github-actions-laravel8-php74', laravel: '8.*', php: '7.4', 'testbench': '6.*' }
16+ - { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
17+ - { laravel: '10.*', php: '8.1', 'testbench': '8.*'}
18+ - { laravel: '9.*', php: '8.2', 'testbench': '7.*'}
19+ - { laravel: '9.*', php: '8.1', 'testbench': '7.*'}
20+ - { laravel: '9.*', php: '8.0', 'testbench': '7.*'}
21+ - { laravel: '8.*', php: '8.1', 'testbench': '6.*'}
22+ - { laravel: '8.*', php: '8.0', 'testbench': '6.*'}
23+ - { laravel: '8.*', php: '7.4', 'testbench': '6.*'}
24+ - { laravel: '7.*', php: '8.0', 'testbench': '5.*' }
25+ - { laravel: '7.*', php: '7.4', 'testbench': '5.*' }
26+ - { laravel: '6.*', php: '8.0', 'testbench': '4.*' }
27+ - { laravel: '6.*', php: '7.4', 'testbench': '4.*' }
2428
2529 name : PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }}
2630
0 commit comments