Skip to content

Commit 256c8a2

Browse files
authored
feat: add PHP 8.4 (#225)
1 parent b3aa579 commit 256c8a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- '8.1'
2828
- '8.2'
2929
- '8.3'
30+
- '8.4'
3031

3132
steps:
3233
- name: Checkout
@@ -46,4 +47,4 @@ jobs:
4647
if: success()
4748
with:
4849
token: ${{ secrets.CODECOV_TOKEN }}
49-
file: ./coverage/clover.xml
50+
files: ./coverage/clover.xml

0 commit comments

Comments
 (0)