We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f327f6 commit fd87792Copy full SHA for fd87792
.github/workflows/ci.yml
@@ -8,18 +8,18 @@ env:
8
PGPASSWORD: postgres
9
PGHOST: "127.0.0.1"
10
PGPORT: 5432
11
- TEST_ROOT_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
12
- TEST_DATABASE_URL: postgres://someone:something@localhost:5432/graphile_migrate_test
+ TEST_ROOT_DATABASE_URL: postgres://postgres:postgres@127.0.0.1:5432/postgres
+ TEST_DATABASE_URL: postgres://someone:something@127.0.0.1:5432/graphile_migrate_test
13
PGVERSION: 10
14
15
jobs:
16
test:
17
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
18
19
strategy:
20
matrix:
21
- node-version: [10.x, 12.x, 14.x]
22
- postgres-version: [10, 11, 12]
+ node-version: [10.x, 16.x, 18.x]
+ postgres-version: [10, 12, 15]
23
24
services:
25
postgres:
0 commit comments