Skip to content

Commit 4fe7a8d

Browse files
committed
:octocat: CI: add PHPCS to static analysis, enable PHP 8.4 for unit tests
1 parent 3754685 commit 4fe7a8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- "8.1"
3939
- "8.2"
4040
- "8.3"
41+
# - "8.4"
4142

4243
env:
4344
PHAN_ALLOW_XDEBUG: 0
@@ -61,6 +62,9 @@ jobs:
6162
- name: "Run phan"
6263
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
6364

65+
- name: "Run PHP_CodeSniffer"
66+
run: php vendor/bin/phpcs
67+
6468

6569
tests:
6670
name: "Unit Tests"
@@ -77,6 +81,7 @@ jobs:
7781
- "8.1"
7882
- "8.2"
7983
- "8.3"
84+
- "8.4"
8085

8186
steps:
8287
- name: "Checkout"

0 commit comments

Comments
 (0)