Skip to content

Commit 77fd318

Browse files
authored
Test more php versions
1 parent db7a486 commit 77fd318

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- '5.6'
2121
- '7.0'
2222
- '7.1'
23-
# - '7.2'
24-
# - '8.0'
25-
# - '8.1'
26-
# - '8.2'
27-
# - '8.3'
23+
- '7.2'
24+
- '8.0'
25+
- '8.1'
26+
- '8.2'
27+
- '8.3'
2828

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

0 commit comments

Comments
 (0)