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 }}"