Skip to content

Commit

Permalink
kava upgrade path builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Maslanka committed Oct 19, 2023
1 parent fab885d commit 80ec45b
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/kava-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ jobs:
version:
- "0.15.0"
- "0.17.1"
- "0.17.7"
- "0.18.2"
- "0.19.0"
- "0.19.2"
- "0.21.0"
- "0.21.1"
- "0.23.0"
- "0.23.3"
- "0.24.0"

include:
# Include Defaults (keep at top)
- name: "kava"
Expand All @@ -57,13 +62,30 @@ jobs:
- version: "0.17.1"
go_version: "1.17"

- version: "0.17.7"
go_version: "1.17"

- version: "0.18.2"
go_version: "1.18"

- version: "0.19.0"
go_version: "1.18"

- version: "0.19.2"
go_version: "1.18"

- version: "0.21.0"
go_version: "1.18"


- version: "0.21.1"
go_version: "1.18"

- version: "0.23.3"
go_version: "1.20"

- version: "0.24.0"
go_version: "1.20"

with:
binary: ${{ matrix.binary }}
build_command: ${{ matrix.build_command }}
Expand Down

0 comments on commit 80ec45b

Please sign in to comment.