Skip to content

Commit 6e16361

Browse files
authored
Merge pull request #205 from clue-labs/mac-tests
Fix failing test suite by updating macOS
2 parents c0902ed + 18f574a commit 6e16361

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
@@ -36,13 +36,13 @@ jobs:
3636

3737
PHPUnit-macOS:
3838
name: PHPUnit (macOS)
39-
runs-on: macos-10.15
39+
runs-on: macos-12
4040
continue-on-error: true
4141
steps:
4242
- uses: actions/checkout@v2
4343
- uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: 8.0
45+
php-version: 8.1
4646
coverage: xdebug
4747
- run: composer install
4848
- run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)