summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-phpunit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-phpunit.yml')
-rw-r--r--.github/workflows/test-phpunit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml
index 3468dfdfb..a0765e883 100644
--- a/.github/workflows/test-phpunit.yml
+++ b/.github/workflows/test-phpunit.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [ '8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4' ]
+ php: [ '8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4']
DB: [ 'pdo/mysql', 'pdo/pgsql', 'pdo/sqlite', 'mysqli', 'pgsql', 'sqlite' ]
compiler: [ default ]
include: