浏览代码

:shower: run static code analysis on a PHP version matrix

codemasher 4 年之前
父节点
当前提交
43e1663390
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .github/workflows/tests.yml

+ 8 - 0
.github/workflows/tests.yml

@@ -18,6 +18,14 @@ jobs:
 
 
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
 
 
+    strategy:
+      fail-fast: false
+      matrix:
+        php-version:
+          - "7.4"
+          - "8.0"
+          - "8.1"
+
     env:
     env:
       PHAN_ALLOW_XDEBUG: 0
       PHAN_ALLOW_XDEBUG: 0
       PHAN_DISABLE_XDEBUG_WARN: 1
       PHAN_DISABLE_XDEBUG_WARN: 1