Skip to content

Commit 23abe45

Browse files
committed
Only test back to Crystal 1.18, add Postgres 18
1 parent 91d6bbc commit 23abe45

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
crystal:
15-
- 1.14.1
16-
- 1.15.1
17-
- 1.16.3
18-
- latest
19-
- nightly
15+
- "1.18"
16+
- "1.19"
17+
- "latest"
18+
- "nightly"
2019
postgres:
2120
- "14"
2221
- "15"
2322
- "16"
2423
- "17"
24+
- "18"
2525

2626
# Service containers to run with the job
2727
services:

0 commit comments

Comments
 (0)