Skip to content

Commit d6ee6c6

Browse files
committed
ci: Add PHP 8.0 and greater to build matrix
1 parent a38c619 commit d6ee6c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- "7.2"
2727
- "7.3"
2828
- "7.4"
29-
# - "8.0"
29+
- "8.0"
30+
- "8.1"
31+
- "8.2"
32+
- "8.3"
3033
dependencies: [highest]
3134
experimental: [false]
3235
include:

0 commit comments

Comments
 (0)