mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-70594 ci: Bump Travis and GHA postgres to 10
This commit is contained in:
parent
f9ee024477
commit
2ce4c0a1ee
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
if: ${{ matrix.db == 'pgsql' }}
|
||||
uses: m4nu56/postgresql-action@v1
|
||||
with:
|
||||
postgresql version: 9.6
|
||||
postgresql version: 10
|
||||
postgresql db: test
|
||||
postgresql user: test
|
||||
postgresql password: test
|
||||
|
@ -17,7 +17,7 @@ services:
|
||||
- docker
|
||||
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
postgresql: "10"
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user