Skip to content

Commit

Permalink
feat: add PHP 8.4 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Dec 5, 2024
1 parent b65d2c5 commit db63a5b
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 Down Expand Up @@ -69,4 +70,4 @@ jobs:
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml
files: ./coverage/clover.xml

0 comments on commit db63a5b

Please sign in to comment.