Skip to content

Commit

Permalink
feat: add PHP 8.4 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Dec 5, 2024
1 parent b3aa579 commit 256c8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'

steps:
- name: Checkout
Expand All @@ -46,4 +47,4 @@ jobs:
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml
files: ./coverage/clover.xml

0 comments on commit 256c8a2

Please sign in to comment.