Skip to content

Commit 4e81725

Browse files
authored
test more PHP versions
1 parent b265b6c commit 4e81725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- '7.0'
2323
- '7.1'
2424
- '7.2'
25-
# - '8.0'
26-
# - '8.1'
27-
# - '8.2'
28-
# - '8.3'
25+
- '8.0'
26+
- '8.1'
27+
- '8.2'
28+
- '8.3'
2929

3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)