Explorar o código

:fire: CI: add PHPCS and enable PHP 8.4 for unit tests

smiley hai 1 ano
pai
achega
542ad22c84
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/ci.yml

+ 4 - 0
.github/workflows/ci.yml

@@ -53,6 +53,9 @@ jobs:
       - name: "Run phan"
       - name: "Run phan"
         run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
         run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
 
 
+      - name: "Run PHP_CodeSniffer"
+        run: php vendor/bin/phpcs
+
 
 
   tests:
   tests:
     name: "Unit Tests"
     name: "Unit Tests"
@@ -71,6 +74,7 @@ jobs:
           - "8.1"
           - "8.1"
           - "8.2"
           - "8.2"
           - "8.3"
           - "8.3"
+          - "8.4"
 
 
     steps:
     steps:
       - name: "Checkout"
       - name: "Checkout"