Skip to content

Commit eef0263

Browse files
authored
PHP 8.3 support (#610)
* added PHP 8.3 to test pipeline * Update Encoding.php * Update EncodingTest.php
1 parent 053086a commit eef0263

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "8.0"
2424
- "8.1"
2525
- "8.2"
26+
- "8.3"
2627

2728
steps:
2829
- name: "Checkout"
@@ -153,6 +154,7 @@ jobs:
153154
- "8.0"
154155
- "8.1"
155156
- "8.2"
157+
- "8.3"
156158

157159
steps:
158160
- name: "Checkout"
@@ -207,7 +209,7 @@ jobs:
207209
strategy:
208210
fail-fast: true
209211
matrix:
210-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
212+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
211213

212214
steps:
213215
- name: Checkout

0 commit comments

Comments
 (0)