Skip to content

Commit

Permalink
PHP 8.3 support (#610)
Browse files Browse the repository at this point in the history
* added PHP 8.3 to test pipeline

* Update Encoding.php

* Update EncodingTest.php
  • Loading branch information
k00ni authored Aug 10, 2023
1 parent 053086a commit eef0263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -153,6 +154,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -207,7 +209,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down

0 comments on commit eef0263

Please sign in to comment.