Skip to content

Commit

Permalink
windows: use gd, test 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Aug 11, 2021
1 parent b0b19ad commit f5d80bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0']
php-version: ['7.3', '7.4', '8.0', '8.1']
arch: [x64]
ts: [nts]

Expand All @@ -52,7 +52,7 @@ jobs:
- run: php -m
- run: composer -V
- run: composer install --no-progress
- run: php vendor/bin/phpunit
- run: php -dextension=gd vendor/bin/phpunit

code_coverage:
name: Code Coverage
Expand Down

0 comments on commit f5d80bd

Please sign in to comment.