mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update config
This commit is contained in:
parent
e8307a676c
commit
b37c0a4e83
4
.github/workflows/test-phpunit.yml
vendored
4
.github/workflows/test-phpunit.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user