Skip to content

Commit 5754642

Browse files
authored
Also run tests on php 8.2 and php 8.3
1 parent 2a685f4 commit 5754642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
operating-system: ['ubuntu-latest']
27-
php-version: ['8.1']
27+
php-version: ['8.1', '8.2', '8.3']
2828
include:
2929
- operating-system: 'macos-latest'
3030
php-version: '8.1'

0 commit comments

Comments
 (0)