Exclude php 8.3 on macos
This commit is contained in:
parent
6461006ceb
commit
7f8b1e5773
1 changed files with 3 additions and 0 deletions
3
.github/workflows/php.yml
vendored
3
.github/workflows/php.yml
vendored
|
|
@ -34,6 +34,9 @@ jobs:
|
||||||
- operating-system: ubuntu-22.04
|
- operating-system: ubuntu-22.04
|
||||||
php-versions: ''
|
php-versions: ''
|
||||||
php-version-file: 'php-version-file'
|
php-version-file: 'php-version-file'
|
||||||
|
exclude:
|
||||||
|
- operating-system: macos-latest
|
||||||
|
php-versions: '8.3'
|
||||||
env:
|
env:
|
||||||
extensions: xml, opcache, xdebug, pcov, gd
|
extensions: xml, opcache, xdebug, pcov, gd
|
||||||
key: cache-v5
|
key: cache-v5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue