Skip to content

Commit 3cc2cef

Browse files
authored
Merge pull request #326 from simPod/8384
test: run on php 8.3 and 8.4
2 parents 39e4a76 + 049a486 commit 3cc2cef

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
@@ -95,6 +95,8 @@ jobs:
9595
- "8.0"
9696
- "8.1"
9797
- "8.2"
98+
- "8.3"
99+
- "8.4"
98100

99101
steps:
100102
- name: "Checkout"
@@ -132,6 +134,8 @@ jobs:
132134
- "8.0"
133135
- "8.1"
134136
- "8.2"
137+
- "8.3"
138+
- "8.4"
135139

136140
steps:
137141
- name: "Checkout"

0 commit comments

Comments
 (0)