Exclude php 8.3 on macos

This commit is contained in:
Shivam Mathur 2023-03-31 00:29:23 +05:30
parent 6461006ceb
commit 7f8b1e5773
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -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