Skip to content

Commit 36a0932

Browse files
authored
.
1 parent b1bac81 commit 36a0932

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-versions:
20-
- '7.0'
2120
- '7.1'
2221
- '7.2'
23-
# - '8.0'
24-
# - '8.1'
25-
# - '8.2'
26-
# - '8.3'
22+
- '8.0'
23+
- '8.1'
24+
- '8.2'
25+
- '8.3'
2726

2827
steps:
2928
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)