Skip to content

Commit 9d053a8

Browse files
committed
Test newer PHP versions
1 parent 0454892 commit 9d053a8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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"
@@ -99,6 +101,8 @@ jobs:
99101
- "8.0"
100102
- "8.1"
101103
- "8.2"
104+
- "8.3"
105+
- "8.4"
102106
dependencies:
103107
- "lowest"
104108
- "highest"
@@ -142,6 +146,8 @@ jobs:
142146
- "8.0"
143147
- "8.1"
144148
- "8.2"
149+
- "8.3"
150+
- "8.4"
145151

146152
steps:
147153
- name: "Checkout"

.github/workflows/test-slevomat-coding-standard.yml

+2
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"

0 commit comments

Comments
 (0)