Skip to content

Commit a1e7a2f

Browse files
authored
Merge pull request #275 from Masterminds/copilot/add-php-8-6-to-ci-cs-benchmark-jobs
Add PHP 8.6 to CI, CS, and benchmark workflow matrices
2 parents aa7ba18 + 62340a0 commit a1e7a2f

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php-version:
1818
- "7.4"
1919
- "8.3"
20+
- "8.6"
2021

2122
steps:
2223
- name: Checkout code

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "8.3"
2323
- "8.4"
2424
- "8.5"
25+
- "8.6"
2526

2627
steps:
2728
- name: Checkout code

.github/workflows/cs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
php-version: ${{ matrix.php-version }}
2828

2929
- name: cs fix
30+
env:
31+
PHP_CS_FIXER_IGNORE_ENV: "1"
3032
run: |
3133
wget -q https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.19.3/php-cs-fixer.phar
3234
php php-cs-fixer.phar fix --dry-run --diff

0 commit comments

Comments
 (0)