Skip to content

Commit b91aebd

Browse files
committed
Enabling more PHP versions
1 parent f6f2c81 commit b91aebd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/phpunit.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19-
# - "8.1"
20-
# - "8.0"
21-
# - "7.4"
19+
- "8.1"
20+
- "8.0"
21+
- "7.4"
2222
- "7.3"
23-
# - "7.2"
24-
# - "7.1"
23+
- "7.2"
24+
- "7.1"
2525
# - "7.0"
2626
# - "5.6"
2727

0 commit comments

Comments
 (0)