Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Oct 11, 2024
1 parent a6fde9d commit 4703208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
qa:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.13.0
image: crystallang/crystal:1.14.0
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand Down
6 changes: 3 additions & 3 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.11.2',
'1.12.2',
'1.13.0',
'1.14.0',
'nightly',
]
container:
Expand Down Expand Up @@ -64,9 +64,9 @@ jobs:
matrix:
db_version: ['11', '12', '13', '14', '15', 'latest']
crystal: [
'1.11.2',
'1.12.2',
'1.13.0',
'1.14.0',
'nightly',
]
container:
Expand All @@ -92,9 +92,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.11.2',
'1.12.2',
'1.13.0',
'1.14.0',
'nightly',
]
container:
Expand Down

0 comments on commit 4703208

Please sign in to comment.