There was an error while loading. Please reload this page.
2 parents aa7ba18 + 62340a0 commit a1e7a2fCopy full SHA for a1e7a2f
3 files changed
.github/workflows/benchmark.yaml
@@ -17,6 +17,7 @@ jobs:
17
php-version:
18
- "7.4"
19
- "8.3"
20
+ - "8.6"
21
22
steps:
23
- name: Checkout code
.github/workflows/ci.yaml
@@ -22,6 +22,7 @@ jobs:
- "8.4"
24
- "8.5"
25
26
27
28
.github/workflows/cs.yaml
@@ -27,6 +27,8 @@ jobs:
php-version: ${{ matrix.php-version }}
29
- name: cs fix
30
+ env:
31
+ PHP_CS_FIXER_IGNORE_ENV: "1"
32
run: |
33
wget -q https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.19.3/php-cs-fixer.phar
34
php php-cs-fixer.phar fix --dry-run --diff
0 commit comments