Skip to content

Commit c8bafc3

Browse files
committed
minor #1464 Also run tests on php 8.2 and php 8.3 (rosier)
This PR was merged into the main branch. Discussion ---------- Also run tests on php 8.2 and php 8.3 Commits ------- 5754642 Also run tests on php 8.2 and php 8.3
2 parents 2a685f4 + 5754642 commit c8bafc3

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)