Skip to content

Commit bba658d

Browse files
authored
Update composer.lock (#147)
1 parent d40fb6c commit bba658d

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.github/workflows/phpunit-ci-coverage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: php-actions/composer@v5
15+
- uses: php-actions/composer@v6
16+
with:
17+
php_extensions: imagick
1618
- name: PHPUnit Tests
17-
uses: php-actions/phpunit@v2
19+
uses: php-actions/phpunit@v3
1820
with:
1921
bootstrap: vendor/autoload.php
2022
configuration: tests/phpunit/phpunit.xml

composer.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)