Skip to content

Commit b62da0f

Browse files
committed
ci: Add PHP 8.1 through 8.4
- 8.1 was introduced in 66215a6 - 8.2 and 8.3 was introduced in 9bdd3b6 - 8.4 cherry picked from commit 5b9551d
1 parent a82de3d commit b62da0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- "7.3"
2929
- "7.4"
3030
- "8.0"
31+
- "8.1"
32+
- "8.2"
33+
- "8.3"
34+
- "8.4"
3135

3236
steps:
3337
- name: "Checkout"

0 commit comments

Comments
 (0)