CI test
This commit is contained in:
parent
755d334ec4
commit
bd61333334
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: php-actions/composer@v6
|
uses: php-actions/composer@v6
|
||||||
with:
|
with:
|
||||||
php_version: 7.4
|
php_version: 7.4
|
||||||
php_extensions: redis exif
|
php_extensions: gd
|
||||||
version: 2
|
version: 2
|
||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
uses: php-actions/phpunit@v3
|
uses: php-actions/phpunit@v3
|
||||||
|
|
Loading…
Reference in a new issue