@@ -2,7 +2,7 @@ name: Run tests
22
33on :
44 pull_request_target :
5- types : [opened, synchronize, labeled]
5+ types : [ opened, synchronize, labeled ]
66 schedule :
77 - cron : ' 0 0 * * *'
88
@@ -62,15 +62,14 @@ jobs:
6262 needs : access_check
6363 strategy :
6464 matrix :
65- db : ['mysql', 'pgsql']
65+ db : [ 'mysql', 'pgsql' ]
6666 payload :
67- - { queue: 'github-actions-laravel10-php84', laravel: '10.*', php: '8.4', 'testbench': '8.*'}
68- - { queue: 'github-actions-laravel10-php83', laravel: '10.*', php: '8.3', 'testbench': '8.*'}
69- - { queue: 'github-actions-laravel10-php82', laravel: '10.*', php: '8.2', 'testbench': '8.*'}
70- - { queue: 'github-actions-laravel10-php81', laravel: '10.*', php: '8.1', 'testbench': '8.*'}
7167 - { queue: 'github-actions-laravel11-php82', laravel: '11.*', php: '8.2', 'testbench': '9.*' }
7268 - { queue: 'github-actions-laravel11-php83', laravel: '11.*', php: '8.3', 'testbench': '9.*' }
7369 - { queue: 'github-actions-laravel11-php84', laravel: '11.*', php: '8.4', 'testbench': '9.*' }
70+ - { queue: 'github-actions-laravel12-php82', laravel: '12.*', php: '8.2', 'testbench': '10.*' }
71+ - { queue: 'github-actions-laravel12-php83', laravel: '12.*', php: '8.3', 'testbench': '10.*' }
72+ - { queue: 'github-actions-laravel12-php84', laravel: '12.*', php: '8.4', 'testbench': '10.*' }
7473
7574 name : PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }} - DB ${{ matrix.db }}
7675
0 commit comments