Skip to content

Commit

Permalink
🔥 CI: add PHPCS and enable PHP 8.4 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jul 22, 2024
1 parent 5dc99a4 commit 542ad22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -71,6 +74,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 542ad22

Please sign in to comment.