We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28ced64 + f08abe3 commit 0ce466aCopy full SHA for 0ce466a
.github/workflows/run-tests.yml
@@ -15,8 +15,10 @@ jobs:
15
strategy:
16
matrix:
17
payload:
18
+ - { laravel: '10.*', php: '8.3', 'testbench': '8.*'}
19
- { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
20
- { laravel: '10.*', php: '8.1', 'testbench': '8.*'}
21
+ - { laravel: '9.*', php: '8.3', 'testbench': '7.*'}
22
- { laravel: '9.*', php: '8.2', 'testbench': '7.*'}
23
- { laravel: '9.*', php: '8.1', 'testbench': '7.*'}
24
- { laravel: '9.*', php: '8.0', 'testbench': '7.*'}
0 commit comments