mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Use MySQL 8.4 and PostgreSQL 14 on Github CI to run the tests (#43229).
git-svn-id: https://svn.redmine.org/redmine/trunk@24004 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0da90f00e1
commit
78693815fb
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
env:
|
||||
POSTGRES_DB: redmine_test
|
||||
POSTGRES_USER: root
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
--health-retries 5
|
||||
|
||||
mysql:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.4
|
||||
env:
|
||||
MYSQL_DATABASE: redmine_test
|
||||
MYSQL_ROOT_PASSWORD: 'root'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user