Skip to content

Commit a4c310d

Browse files
committed
update tests naming & fix for PHP 8.4
1 parent 00b1676 commit a4c310d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
phpunit-versions: 12
3333
- php-versions: "8.4"
3434
phpunit-versions: 12
35+
env:
36+
- PHP_CS_FIXER_IGNORE_ENV: 1
3537
runs-on: ${{ matrix.operating-system }}
38+
name: OS ${{ operating-system }} | PHP ${{ matrix.php-versions }}
3639

3740
steps:
3841
- name: Setup PHP ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)