Przeglądaj źródła

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

codemasher 4 lat temu
rodzic
commit
43e1663390
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      .github/workflows/tests.yml

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

@@ -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