🔥 CI: add PHPCS and enable PHP 8.4 for unit tests

This commit is contained in:
smiley
2024-07-22 15:32:18 +02:00
parent 5dc99a4838
commit 542ad22c84
+4
View File
@@ -53,6 +53,9 @@ jobs:
- name: "Run phan"
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
- name: "Run PHP_CodeSniffer"
run: php vendor/bin/phpcs
tests:
name: "Unit Tests"
@@ -71,6 +74,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- name: "Checkout"