Skip to content

Commit a35d301

Browse files
authored
Merge pull request #27 from wickedOne/php-8.4
php 8.4 support
2 parents 0302f3e + 2b9cb1d commit a35d301

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/continuous-integration.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
php-version:
2727
- "8.2"
2828
- "8.3"
29+
- "8.4"
2930
operating-system:
3031
- "ubuntu-latest"
3132
steps:
@@ -58,8 +59,7 @@ jobs:
5859
dependencies:
5960
- "locked"
6061
php-version:
61-
- "8.2"
62-
- "8.3"
62+
- "8.4"
6363
operating-system:
6464
- "ubuntu-latest"
6565

@@ -95,8 +95,7 @@ jobs:
9595
dependencies:
9696
- "locked"
9797
php-version:
98-
- "8.2"
99-
- "8.3"
98+
- "8.4"
10099
operating-system:
101100
- "ubuntu-latest"
102101

@@ -118,4 +117,6 @@ jobs:
118117
dependency-versions: "${{ matrix.dependencies }}"
119118

120119
- name: "php cs fixer dry run"
120+
env:
121+
PHP_CS_FIXER_IGNORE_ENV: 1
121122
run: "php-cs-fixer fix --dry-run --format=checkstyle | cs2pr"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"testing"
99
],
1010
"require": {
11-
"php": "~8.2.0 || ~8.3.0",
11+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
1212
"phpunit/phpunit": "~9.6.21"
1313
},
1414
"license": "MIT",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)