Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5754642

Browse files
authoredDec 2, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Failed to load comments.