Skip to content

Commit

Permalink
Restore macOS PHP 8.1 tests (#393)
Browse files Browse the repository at this point in the history
* Restore macOS PHP 8.1 tests

* rename step
  • Loading branch information
danepowell authored May 19, 2023
1 parent 5f26162 commit 881504b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 881504b

Please sign in to comment.