Update config

This commit is contained in:
michalsn 2020-09-28 17:24:19 +02:00
parent e8307a676c
commit b37c0a4e83
No known key found for this signature in database
GPG Key ID: 0E4DB53924E59366

View File

@ -4,9 +4,11 @@ on:
push:
branches:
- master
- '4.*'
pull_request:
branches:
- develop
- '4.*'
jobs:
@ -21,7 +23,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4']
db-platforms: ['sqlite', 'mysqli', 'postgres']
db-platforms: ['mysqli', 'postgres', 'sqlite']
services:
mysql: