diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3fe12a9..37cd92f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,11 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest, macos-11] php: [8.1, 8.2, 8.3] - + exclude: + - os: macos-latest + php: 8.1 + - os: macos-11 + php: 8.1 name: ${{ matrix.os }} - PHP ${{ matrix.php }} runs-on: ${{ matrix.os }}