Skip to content

Commit

Permalink
Add php 8.5 to tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Dec 11, 2024
1 parent 00c3115 commit 19057b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- php-versions: "8.4"
composer-option: "--ignore-platform-reqs"
continue-on-error: true
- php-versions: "8.5"
composer-option: "--ignore-platform-reqs"
continue-on-error: true

steps:
- uses: "actions/checkout@v4"
Expand Down

0 comments on commit 19057b8

Please sign in to comment.