Skip to content

Commit d546039

Browse files
committed
Make sure project is tested with Crystal 1.19
1 parent e80e8be commit d546039

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
qa:
1313
runs-on: ubuntu-latest
1414
container:
15-
image: crystallang/crystal:1.18.1
15+
image: crystallang/crystal:1.19.0
1616
steps:
1717
- uses: actions/checkout@v1
1818
- name: Install shards

.github/workflows/specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
crystal: [
18-
'1.16.0',
1918
'1.17.0',
2019
'1.18.1',
20+
'1.19.0',
2121
'nightly',
2222
]
2323
services:

0 commit comments

Comments
 (0)