Skip to content

Commit cfc2fbe

Browse files
authored
Merge pull request #33 from tales-from-a-dev/tech/issue-000-php-84
👷 Add PHP 8.4 to test matrix
2 parents 5a7381f + 6997696 commit cfc2fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: [ '8.2', '8.3' ]
15+
php-version: [ '8.2', '8.3', '8.4' ]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
run: composer install --prefer-dist --no-progress --no-suggest
4141

4242
- name: php-cs-fixer
43-
run: composer cs
43+
run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs
4444

4545
- name: phpunit
4646
run: composer test

0 commit comments

Comments
 (0)