Skip to content

Commit f056113

Browse files
committedDec 28, 2023
Test package with PHP 8.3
1 parent a0aab69 commit f056113

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
@@ -13,8 +13,10 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest]
1515
payload:
16+
- { laravel: '10.*', php: '8.3', 'testbench': '8.*'}
1617
- { laravel: '10.*', php: '8.2', 'testbench': '8.*'}
1718
- { laravel: '10.*', php: '8.1', 'testbench': '8.*'}
19+
- { laravel: '9.*', php: '8.3', 'testbench': '7.*'}
1820
- { laravel: '9.*', php: '8.2', 'testbench': '7.*'}
1921
- { laravel: '9.*', php: '8.1', 'testbench': '7.*'}
2022
- { laravel: '9.*', php: '8.0', 'testbench': '7.*'}

0 commit comments

Comments
 (0)
Please sign in to comment.