Skip to content

Commit e9bd9f8

Browse files
Merge pull request #56 from stackkit/feature/php-8.3
Test package with PHP 8.3
2 parents a0aab69 + f056113 commit e9bd9f8

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)