Skip to content

Commit

Permalink
Add php 8.5 to tests workflow as preperation
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Nov 26, 2024
1 parent 05f96d7 commit a84cf79
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 @@ -21,6 +21,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 a84cf79

Please sign in to comment.