Skip to content

Commit 542ad22

Browse files
committed
🔥 CI: add PHPCS and enable PHP 8.4 for unit tests
1 parent 5dc99a4 commit 542ad22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: "Run phan"
5454
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
5555

56+
- name: "Run PHP_CodeSniffer"
57+
run: php vendor/bin/phpcs
58+
5659

5760
tests:
5861
name: "Unit Tests"
@@ -71,6 +74,7 @@ jobs:
7174
- "8.1"
7275
- "8.2"
7376
- "8.3"
77+
- "8.4"
7478

7579
steps:
7680
- name: "Checkout"

0 commit comments

Comments
 (0)