Skip to content

Commit f08abe3

Browse files
committed
Test package with PHP 8.3
1 parent 28ced64 commit f08abe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
payload:
18+
- { laravel: '10.*', php: '8.3', 'testbench': '8.*'}
1819
- { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
1920
- { laravel: '10.*', php: '8.1', 'testbench': '8.*'}
21+
- { laravel: '9.*', php: '8.3', 'testbench': '7.*'}
2022
- { laravel: '9.*', php: '8.2', 'testbench': '7.*'}
2123
- { laravel: '9.*', php: '8.1', 'testbench': '7.*'}
2224
- { laravel: '9.*', php: '8.0', 'testbench': '7.*'}

0 commit comments

Comments
 (0)