@@ -2,7 +2,7 @@ name: Run tests
2
2
3
3
on :
4
4
pull_request_target :
5
- types : [opened, synchronize, labeled]
5
+ types : [ opened, synchronize, labeled ]
6
6
schedule :
7
7
- cron : ' 0 0 * * *'
8
8
@@ -62,15 +62,14 @@ jobs:
62
62
needs : access_check
63
63
strategy :
64
64
matrix :
65
- db : ['mysql', 'pgsql']
65
+ db : [ 'mysql', 'pgsql' ]
66
66
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.*'}
71
67
- { queue: 'github-actions-laravel11-php82', laravel: '11.*', php: '8.2', 'testbench': '9.*' }
72
68
- { queue: 'github-actions-laravel11-php83', laravel: '11.*', php: '8.3', 'testbench': '9.*' }
73
69
- { 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.*' }
74
73
75
74
name : PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }} - DB ${{ matrix.db }}
76
75
0 commit comments