Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Mar 21, 2023
1 parent 24a7f1c commit d52deab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
crystal:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.7.2
image: crystallang/crystal:1.7.3
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand All @@ -22,7 +22,7 @@ jobs:
docs:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.7.2
image: crystallang/crystal:1.7.3
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
crystal: [
'1.6.2',
'1.7.2',
'1.7.3',
'nightly',
]
container:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
db_version: ['11', '12', '13', '14', '15', 'latest']
crystal: [
'1.6.2',
'1.7.2',
'1.7.3',
'nightly',
]
container:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
matrix:
crystal: [
'1.6.2',
'1.7.2',
'1.7.3',
'nightly',
]
container:
Expand Down

0 comments on commit d52deab

Please sign in to comment.