Skip to content

Commit 5a73e48

Browse files
committed
:octocat: add latest PHP versions to CI
1 parent 5553558 commit 5a73e48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- "8.1"
3333
- "8.2"
3434
- "8.3"
35-
# - "8.4"
35+
- "8.4"
36+
- "8.5"
3637

3738
steps:
3839
- name: "Checkout"
@@ -70,7 +71,8 @@ jobs:
7071
- "8.1"
7172
- "8.2"
7273
- "8.3"
73-
# - "8.4"
74+
- "8.4"
75+
- "8.5"
7476

7577
steps:
7678
- name: "Checkout"

0 commit comments

Comments
 (0)