Explorar el Código

install posix & pcntl

jhdxr hace 2 años
padre
commit
5935ff5a94
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .github/workflows/test.yml

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

@@ -5,6 +5,7 @@ on:
     branches:
       - master
       - feature/tests
+      - feature/feature-tests
   pull_request:
   schedule:
     - cron: '0 0 * * *'
@@ -29,7 +30,7 @@ jobs:
         uses: shivammathur/setup-php@v2
         with:
           php-version: ${{ matrix.php }}
-          extensions: json
+          extensions: json, posix, pcntl
           ini-values: error_reporting=E_ALL
           tools: composer:v2
           coverage: xdebug