mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Exclude php 8.3 on macos
This commit is contained in:
parent
6461006ceb
commit
7f8b1e5773
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 New Issue
Block a user