We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0902ed + 18f574a commit 6e16361Copy full SHA for 6e16361
1 file changed
.github/workflows/ci.yml
@@ -36,13 +36,13 @@ jobs:
36
37
PHPUnit-macOS:
38
name: PHPUnit (macOS)
39
- runs-on: macos-10.15
+ runs-on: macos-12
40
continue-on-error: true
41
steps:
42
- uses: actions/checkout@v2
43
- uses: shivammathur/setup-php@v2
44
with:
45
- php-version: 8.0
+ php-version: 8.1
46
coverage: xdebug
47
- run: composer install
48
- run: vendor/bin/phpunit --coverage-text
0 commit comments