Skip to content

Commit b13f104

Browse files
committed
Remove node 12 and add postgres 18
1 parent 9ed6a01 commit b13f104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
node: ['12', '14', '16', '18', '20', '21', '22', '23', '24']
12-
postgres: ['12', '13', '14', '15', '16', '17']
11+
node: ['14', '16', '18', '20', '21', '22', '23', '24']
12+
postgres: ['12', '13', '14', '15', '16', '17', '18']
1313
runs-on: ubuntu-latest
1414
services:
1515
postgres:

0 commit comments

Comments
 (0)