diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3585a09f..452a201c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -19,18 +19,12 @@ jobs: - operating-system: 'ubuntu-latest' php-versions: '8.2' coverage: 'pcov' - exclude: - # For some reason this one job fails. - # @see https://github.com/typhonius/acquia-php-sdk-v2/pull/392 - - operating-system: 'macos-latest' - php-versions: '8.1' - coverage: 'none' name: PHP ${{ matrix.php-versions }} build and test on ${{ matrix.operating-system }} steps: - name: Checkout uses: actions/checkout@v3 - - name: Setup PHP with pecl extension + - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }}