Skip to content

Commit

Permalink
Fix CI issues with Lucky v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akadusei committed May 6, 2024
1 parent 0b58ba1 commit 3a64c58
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ jobs:
matrix:
crystal: ['1.6.0', latest]
experimental: [false]
shard_file: [shard.yml, shard.latest.yml]
shard_file: [shard.yml]
include:
- crystal: '1.10.0'
experimental: false
shard_file: shard.latest.yml
- crystal: latest
experimental: false
shard_file: shard.latest.yml
- crystal: nightly
experimental: true
shard_file: shard.edge.yml
Expand Down Expand Up @@ -78,7 +84,7 @@ jobs:
fail-fast: false
matrix:
cockroachdb: ['v22.2.0', latest]
crystal: ['1.6.0']
crystal: ['1.10.0']
experimental: [false]
shard_file: [shard.yml, shard.latest.yml]
include:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] -

### Fixed
- Fix CI issues with Lucky v1.2

## [1.1.2] - 2024-02-10

### Changed
Expand Down
6 changes: 3 additions & 3 deletions shard.latest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
avram:
github: luckyframework/avram
version: ~> 1.1
version: ~> 1.2
carbon:
github: luckyframework/carbon
version: ~> 0.4.0
version: ~> 0.5.0
lucky:
github: luckyframework/lucky
version: ~> 1.1
version: ~> 1.2
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0

0 comments on commit 3a64c58

Please sign in to comment.