summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-01-28 12:19:00 -0300
committerVitor Mattos <vitor@php.rio>2022-01-28 12:19:00 -0300
commit475b3bd743dc0bcf488607519f89a880a420d686 (patch)
tree8626b6b18411760d0198e96a4307e6d573b11e85 /.github
parente915ea6b2c9ccbeeaf8184c2dcba1a49651b6957 (diff)
Bump phpunit version
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index eb3289860..40d6d5f4e 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -55,7 +55,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
- tools: phpunit:8.5.2
+ tools: phpunit:9.5.13
coverage: none
- name: Set up PHPUnit
@@ -87,7 +87,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.4', '8.0']
+ php-versions: ['7.3', '7.4']
databases: ['mysql']
server-versions: ['master']