forked from mirrors/easyappointments
Align PHPUnit in ci.yml with the composer.json used version
This commit is contained in:
parent
3362adb131
commit
88946dac64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
php_extensions: gd
|
php_extensions: gd
|
||||||
version: 2
|
version: 2
|
||||||
- name: PHPUnit Tests
|
- name: PHPUnit Tests
|
||||||
uses: php-actions/phpunit@v10
|
uses: php-actions/phpunit@v9
|
||||||
env:
|
env:
|
||||||
TEST_NAME: Test
|
TEST_NAME: Test
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue