From dd326ce3d37df98317e77bbfdd2f20e727c6353e Mon Sep 17 00:00:00 2001 From: Andrej Rypo Date: Sun, 5 Nov 2023 09:24:18 +0100 Subject: [PATCH] Cosmetic test workflow update --- .github/workflows/php-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index aeaedac..292f348 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -21,7 +21,8 @@ jobs: - php: '8.1' - php: '8.2' - php: '8.3' - continue-on-error: ${{ matrix.php > '8.2' }} +# - php 8.4 +# continue-on-error: ${{ matrix.php > '8.3' }} # Steps represent a sequence of tasks that will be executed as part of the job name: "PHP${{ matrix.php }} ${{ matrix.composer-flags }}"