Sfoglia il codice sorgente

Merge pull request #928 from joanhey/php-8.3-tests

Add PHP 8.3 nightly to tests
walkor 2 anni fa
parent
commit
cac7c8e28d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

@@ -17,7 +17,7 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        php: [8.1, 8.2]
+        php: ["8.1", "8.2", "8.3"]
         stability: [prefer-lowest, prefer-stable]
 
     name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
@@ -46,5 +46,5 @@ jobs:
         run: composer analyse
 
       - name: Execute tests
-        run: vendor/bin/pest --coverage
+        run: vendor/bin/pest --coverage --colors=always