Skip to content

Commit c72ff90

Browse files
authored
feat: add php 8.3 for github workflow test (#148)
1 parent d3ac5be commit c72ff90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '8.0'
1919
- '8.1'
2020
- '8.2'
21+
- '8.3'
2122

2223
steps:
2324
- name: Checkout
@@ -59,4 +60,4 @@ jobs:
5960
uses: codecov/codecov-action@v3
6061
if: success()
6162
with:
62-
file: ./coverage/clover.xml
63+
file: ./coverage/clover.xml

0 commit comments

Comments
 (0)