Skip to content

Commit e737803

Browse files
committed
add PHP 8.3 support
1 parent 25c0e29 commit e737803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
'4.4',
1313
'5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6',
1414
'7.1', '7.2', '7.3', '7.4',
15-
'8.0', '8.0jit', '8.1', '8.1jit', '8.2', '8.2jit'
15+
'8.0', '8.0jit', '8.1', '8.1jit', '8.2', '8.2jit', '8.3', '8.3jit'
1616
]
1717
runs-on: ubuntu-latest
1818
steps:

0 commit comments

Comments
 (0)