mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 12:47:56 +00:00
🚿 run static code analysis on a PHP version matrix
This commit is contained in:
@@ -18,6 +18,14 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-version:
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
|
||||
env:
|
||||
PHAN_ALLOW_XDEBUG: 0
|
||||
PHAN_DISABLE_XDEBUG_WARN: 1
|
||||
|
||||
Reference in New Issue
Block a user