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.
1 parent 12baa6c commit 93496e0Copy full SHA for 93496e0
1 file changed
.github/workflows/ci.yml
@@ -39,13 +39,13 @@ jobs:
39
40
PHPUnit-macOS:
41
name: PHPUnit (macOS)
42
- runs-on: macos-10.15
+ runs-on: macos-12
43
continue-on-error: true
44
steps:
45
- uses: actions/checkout@v2
46
- uses: shivammathur/setup-php@v2
47
with:
48
- php-version: 8.0
+ php-version: 8.1
49
coverage: xdebug
50
- run: composer install
51
- run: vendor/bin/phpunit --coverage-text
0 commit comments