Skip to content

Commit e4806bd

Browse files
committed
allow 8.4 future support
1 parent 2d317aa commit e4806bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- php: "8.1"
1616
- php: "8.2"
1717
- php: "8.3"
18+
- php: "8.4"
19+
PHP_CS_FIXER_IGNORE_ENV: 1
1820

1921
steps:
2022
- name: Checkout source
@@ -30,4 +32,6 @@ jobs:
3032
run: composer update -o --no-interaction --no-progress
3133

3234
- name: Run check
35+
env:
36+
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}
3337
run: composer reproduce

0 commit comments

Comments
 (0)