Skip to content

Commit

Permalink
Merge pull request #617 from ChristophWurst/demo/php82-gd
Browse files Browse the repository at this point in the history
Demo PHP8.2+gd failure
  • Loading branch information
shivammathur committed Jul 13, 2022
2 parents 3ccc00e + 109db64 commit f3cdc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
operating-system: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, windows-2019, macos-latest]
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
env:
extensions: xml, opcache, xdebug, pcov
extensions: xml, opcache, xdebug, pcov, gd
key: cache-v5
steps:
- name: Checkout
Expand Down

0 comments on commit f3cdc07

Please sign in to comment.