Skip to content

Commit 2a1b556

Browse files
committed
Ensure project is tested with Crystal 1.16
1 parent 3ac8986 commit 2a1b556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.15.0
15+
image: crystallang/crystal:1.16.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.13.0',
1918
'1.14.0',
2019
'1.15.0',
20+
'1.16.0',
2121
'nightly',
2222
]
2323
services:

0 commit comments

Comments
 (0)