We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0aab69 + f056113 commit e9bd9f8Copy full SHA for e9bd9f8
.github/workflows/run-tests.yml
@@ -13,8 +13,10 @@ jobs:
13
matrix:
14
os: [ubuntu-latest]
15
payload:
16
+ - { laravel: '10.*', php: '8.3', 'testbench': '8.*'}
17
- { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
18
- { 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.*'}
0 commit comments