Skip to content

Commit fd87792

Browse files
authored
chore: add more Node/PG versions to CI (#174)
1 parent 5f327f6 commit fd87792

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ env:
88
PGPASSWORD: postgres
99
PGHOST: "127.0.0.1"
1010
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
11+
TEST_ROOT_DATABASE_URL: postgres://postgres:postgres@127.0.0.1:5432/postgres
12+
TEST_DATABASE_URL: postgres://someone:something@127.0.0.1:5432/graphile_migrate_test
1313
PGVERSION: 10
1414

1515
jobs:
1616
test:
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-latest
1818

1919
strategy:
2020
matrix:
21-
node-version: [10.x, 12.x, 14.x]
22-
postgres-version: [10, 11, 12]
21+
node-version: [10.x, 16.x, 18.x]
22+
postgres-version: [10, 12, 15]
2323

2424
services:
2525
postgres:

0 commit comments

Comments
 (0)