Skip to content

Commit

Permalink
Exclude php 8.3 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Mar 30, 2023
1 parent 6461006 commit 7f8b1e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -34,6 +34,9 @@ jobs:
- operating-system: ubuntu-22.04
php-versions: ''
php-version-file: 'php-version-file'
exclude:
- operating-system: macos-latest
php-versions: '8.3'
env:
extensions: xml, opcache, xdebug, pcov, gd
key: cache-v5
Expand Down

0 comments on commit 7f8b1e5

Please sign in to comment.