Skip to content

Commit 6beacfd

Browse files
Merge pull request #6 from realFlowControl/florian/php-8.3-support
Add PHP 8.3 support
2 parents 546f4cd + 98365b0 commit 6beacfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
Analysis:
99
strategy:
1010
matrix:
11-
php-versions: ['8.0']
11+
php-versions: ['8.2']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
5353
Tests:
5454
strategy:
5555
matrix:
56-
php-versions: ['8.0', '8.1', '8.2']
56+
php-versions: ['8.0', '8.1', '8.2', '8.3']
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout

tools/php-cs-fixer.phar

200 KB
Binary file not shown.

0 commit comments

Comments
 (0)