Skip to content

Commit 5960b76

Browse files
committed
fixed: run test in other php versions as well
1 parent 1f19ed9 commit 5960b76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php:
15-
- '8.0'
1615
- '8.1'
16+
- '8.2'
17+
- '8.3'
18+
- '8.4'
1719

1820
name: PHP ${{ matrix.php }}
1921

0 commit comments

Comments
 (0)