Update phpunit version in ci.yml

This commit is contained in:
Alex Tselegidis 2023-03-23 08:07:45 +01:00
parent 2deb952bf1
commit d58dbebc75
1 changed files with 1 additions and 1 deletions

View File

@ -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@v9 uses: php-actions/phpunit@v10
env: env:
TEST_NAME: Test TEST_NAME: Test
with: with: