Skip to content

Commit

Permalink
Merge pull request #205 from clue-labs/mac-tests
Browse files Browse the repository at this point in the history
Fix failing test suite by updating macOS
  • Loading branch information
WyriHaximus authored Aug 9, 2022
2 parents c0902ed + 18f574a commit 6e16361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:

PHPUnit-macOS:
name: PHPUnit (macOS)
runs-on: macos-10.15
runs-on: macos-12
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: xdebug
- run: composer install
- run: vendor/bin/phpunit --coverage-text
Expand Down

0 comments on commit 6e16361

Please sign in to comment.