Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jul 12, 2023
1 parent a82f67a commit f40bc5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.8.0
image: crystallang/crystal:1.9.0
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.8.0
image: crystallang/crystal:1.9.0
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.6.2',
'1.7.3',
'1.8.0',
'1.8.2',
'1.9.0',
'nightly',
]
container:
Expand Down Expand Up @@ -69,9 +69,9 @@ jobs:
matrix:
db_version: ['11', '12', '13', '14', '15', 'latest']
crystal: [
'1.6.2',
'1.7.3',
'1.8.0',
'1.8.2',
'1.9.2',
'nightly',
]
container:
Expand Down Expand Up @@ -102,9 +102,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.6.2',
'1.7.3',
'1.8.0',
'1.8.2',
'1.9.0',
'nightly',
]
container:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/the-marten-project/release-notes/0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _Under development._

## Requirements and compatibility

Crystal 1.6, 1.7, and 1.8.
Crystal 1.7, 1.8, and 1.9.

## New features

Expand Down

0 comments on commit f40bc5b

Please sign in to comment.