@@ -15,18 +15,18 @@ jobs:
1515    strategy :
1616      matrix :
1717        payload :
18-           - { queue: 'github-actions-laravel9-php81',  laravel: '10.*', php: '8.2', 'testbench': '8.*'} 
19-           - { queue: 'github-actions-laravel9-php81',  laravel: '10.*', php: '8.1', 'testbench': '8.*'} 
20-           - { queue: 'github-actions-laravel9-php81',  laravel: '9.*', php: '8.2', 'testbench': '7.*'} 
21-           - { queue: 'github-actions-laravel9-php81',  laravel: '9.*', php: '8.1', 'testbench': '7.*'} 
22-           - { queue: 'github-actions-laravel9-php80',  laravel: '9.*', php: '8.0', 'testbench': '7.*'} 
23-           - { queue: 'github-actions-laravel8-php81',  laravel: '8.*', php: '8.1', 'testbench': '6.*'} 
24-           - { queue: 'github-actions-laravel8-php80',  laravel: '8.*', php: '8.0', 'testbench': '6.*'} 
25-           - { queue: 'github-actions-laravel8-php74',  laravel: '8.*', php: '7.4', 'testbench': '6.*'} 
26-           - { queue: 'github-actions-laravel7-php80',  laravel: '7.*', php: '8.0', 'testbench': '5.*' } 
27-           - { queue: 'github-actions-laravel7-php74',  laravel: '7.*', php: '7.4', 'testbench': '5.*' } 
28-           - { queue: 'github-actions-laravel6-php80',  laravel: '6.*', php: '8.0', 'testbench': '4.*' } 
29-           - { queue: 'github-actions-laravel6-php74',  laravel: '6.*', php: '7.4', 'testbench': '4.*' } 
18+           - { laravel: '10.*', php: '8.2', 'testbench': '8.*'} 
19+           - { laravel: '10.*', php: '8.1', 'testbench': '8.*'} 
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.*' } 
3030
3131    name : PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }} 
3232
0 commit comments