Skip to content

Commit 8c86113

Browse files
committed
fix: allow to run on php 8.2
1 parent 7d5b5df commit 8c86113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: 🚨 Run coding standards task
4949
run: make cs-diff
50+
env:
51+
PHP_CS_FIXER_IGNORE_ENV: true
5052

5153
- name: 🧪 Execute phpunit tests
5254
run: make test

0 commit comments

Comments
 (0)