Skip to content

Commit

Permalink
feat: add php 8.3 for github workflow test (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Dec 12, 2023
1 parent 75c97d7 commit 1e771e1
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 @@ -18,6 +18,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'

steps:
- name: Checkout
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
uses: codecov/codecov-action@v3
if: success()
with:
file: ./coverage/clover.xml
file: ./coverage/clover.xml

0 comments on commit 1e771e1

Please sign in to comment.