Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 10, 2024
1 parent 1c9f0f2 commit ddcfdee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
crystal:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.10.0
image: crystallang/crystal:1.11.0
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand All @@ -26,7 +26,7 @@ jobs:
docs:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.10.0
image: crystallang/crystal:1.11.0
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18.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 @@ -29,9 +29,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.8.2',
'1.9.2',
'1.10.0',
'1.11.0',
'nightly',
]
container:
Expand Down Expand Up @@ -71,9 +71,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.8.2',
'1.9.2',
'1.10.0',
'1.11.0',
'nightly',
]
container:
Expand Down Expand Up @@ -115,9 +115,9 @@ jobs:
matrix:
db_version: ['14', '15', '16']
crystal: [
'1.8.2',
'1.9.2',
'1.10.0',
'1.11.0',
'nightly',
]
container:
Expand Down Expand Up @@ -148,9 +148,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.8.2',
'1.9.2',
'1.10.0',
'1.11.0',
'nightly',
]
container:
Expand All @@ -172,7 +172,7 @@ jobs:
strategy:
fail-fast: false
container:
image: crystallang/crystal:1.10.0
image: crystallang/crystal:1.11.0
steps:
- uses: actions/checkout@v2
- name: Install packages required for SQLite
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
strategy:
fail-fast: false
container:
image: crystallang/crystal:1.10.0
image: crystallang/crystal:1.11.0
steps:
- uses: actions/checkout@v2
- name: Install packages required for SQLite
Expand Down

0 comments on commit ddcfdee

Please sign in to comment.