From d76ab089429376ef141f4f14cb3cde3738c36c75 Mon Sep 17 00:00:00 2001 From: Andreas Wahlen Date: Mon, 20 Nov 2023 17:08:52 +0100 Subject: [PATCH] Disable PHP 8.3 tests (do not work yet) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d580c6..d9dba23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,9 @@ jobs: - "8.2" experimental: - false - include: - - php: "8.3" - experimental: true + #include: + # - php: "8.3" + # experimental: true name: "Test: PHP ${{ matrix.php }}" continue-on-error: ${{ matrix.experimental }}