diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcf703ea..57e1c31b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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