Skip to content

Commit 19057b8

Browse files
Add php 8.5 to tests workflow
1 parent 00c3115 commit 19057b8

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
@@ -20,6 +20,9 @@ jobs:
2020
- php-versions: "8.4"
2121
composer-option: "--ignore-platform-reqs"
2222
continue-on-error: true
23+
- php-versions: "8.5"
24+
composer-option: "--ignore-platform-reqs"
25+
continue-on-error: true
2326

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

0 commit comments

Comments
 (0)