diff --git a/.github/workflows/strict-tests.yaml b/.github/workflows/strict-tests.yaml index b056a09..eb08e44 100644 --- a/.github/workflows/strict-tests.yaml +++ b/.github/workflows/strict-tests.yaml @@ -18,7 +18,7 @@ jobs: - 8.4 phpunit: - "~11.5.3" - - "~12.0.0" + # - "~12.0.0" experimental: - false exclude: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 142a711..4b501bd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ jobs: - 8.4 phpunit: - "~11.5.3" - - "~12.0.0" + # - "~12.0.0" dependencies: - "highest" - "lowest"