From d1eacc1c5397034c9dbbc0bc4e3b1fbaea474857 Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 27 May 2022 19:28:58 +0200 Subject: [PATCH] :shower: not yet --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ace282dba..dcd6cde2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - "7.4" - "8.0" - "8.1" - - "8.2" +# - "8.2" env: PHAN_ALLOW_XDEBUG: 0 @@ -61,7 +61,7 @@ jobs: - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "8.0" + php-version: "8.1" coverage: none tools: phpDocumentor extensions: gd, imagick, json, mbstring @@ -91,7 +91,7 @@ jobs: - "7.4" - "8.0" - "8.1" - - "8.2" +# - "8.2" steps: - name: "Checkout"