Skip to content

Commit 93496e0

Browse files
committed
Fix failing test suite by updating macOS
1 parent 12baa6c commit 93496e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939

4040
PHPUnit-macOS:
4141
name: PHPUnit (macOS)
42-
runs-on: macos-10.15
42+
runs-on: macos-12
4343
continue-on-error: true
4444
steps:
4545
- uses: actions/checkout@v2
4646
- uses: shivammathur/setup-php@v2
4747
with:
48-
php-version: 8.0
48+
php-version: 8.1
4949
coverage: xdebug
5050
- run: composer install
5151
- run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)