mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
🔥 CI: add PHPCS and enable PHP 8.4 for unit tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user