Skip to content

Commit a84cf79

Browse files
Add php 8.5 to tests workflow as preperation
1 parent 05f96d7 commit a84cf79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- php-versions: "8.4"
2222
composer-option: "--ignore-platform-reqs"
2323
continue-on-error: true
24+
- php-versions: "8.5"
25+
composer-option: "--ignore-platform-reqs"
26+
continue-on-error: true
2427

2528
steps:
2629
- uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)