Skip to content

Commit 6d0cafb

Browse files
committed
Test newer PHP versions
1 parent 49adb06 commit 6d0cafb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- "8.0"
2323
- "8.1"
2424
- "8.2"
25+
- "8.3"
26+
- "8.4"
2527

2628
steps:
2729
- name: "Checkout"
@@ -97,6 +99,8 @@ jobs:
9799
- "8.0"
98100
- "8.1"
99101
- "8.2"
102+
- "8.3"
103+
- "8.4"
100104
dependencies:
101105
- "lowest"
102106
- "highest"
@@ -140,6 +144,8 @@ jobs:
140144
- "8.0"
141145
- "8.1"
142146
- "8.2"
147+
- "8.3"
148+
- "8.4"
143149
dependencies:
144150
- "lowest"
145151
- "highest"

0 commit comments

Comments
 (0)