Skip to content

Commit e87d28f

Browse files
authored
add PHP 8.5 test workflow (#39)
1 parent efdda4d commit e87d28f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "8.2"
2424
- "8.3"
2525
- "8.4"
26+
- "8.5"
2627

2728
steps:
2829
- name: "Checkout repository"
@@ -36,7 +37,7 @@ jobs:
3637

3738
- name: "Vadliate composer"
3839
run: "composer validate --strict"
39-
40+
4041
- name: "Install dependencies"
4142
run: "composer update --no-interaction"
4243

0 commit comments

Comments
 (0)