Skip to content

Commit

Permalink
Add PHP 8.4 to test strategy, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm committed Dec 11, 2024
1 parent 16bb48f commit 7a895d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php:
- "8.3"
- "8.4"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -42,6 +42,7 @@ jobs:
php:
- 8.2
- 8.3
- 8.4
dependency-version: [prefer-stable]
exclude:
- os: ubuntu-20.04
Expand Down
16 changes: 0 additions & 16 deletions phpunit.xml.bak

This file was deleted.

0 comments on commit 7a895d3

Please sign in to comment.