@@ -13,26 +13,17 @@ jobs:
13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
payload :
16
+ - { laravel: '11.*', php: '8.3', 'testbench': '9.*' }
17
+ - { laravel: '11.*', php: '8.2', 'testbench': '9.*' }
16
18
- { laravel: '10.*', php: '8.3', 'testbench': '8.*'}
17
19
- { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
18
20
- { 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.*' }
30
21
31
22
name : PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }}
32
23
33
24
services :
34
25
mysql :
35
- image : mysql:5.7.27
26
+ image : mysql:8
36
27
env :
37
28
MYSQL_USER : root
38
29
MYSQL_ROOT_PASSWORD : root
66
57
CI_DB_DATABASE : test
67
58
CI_DB_USERNAME : root
68
59
CI_DB_PASSWORD : root
69
- run : vendor/bin/phpunit
60
+ run : composer test
0 commit comments