Skip to content

Commit

Permalink
Disable builds of 1.12 and 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jul 13, 2024
1 parent 0fe5b56 commit f9ab4fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
target_platforms: linux/amd64,linux/arm64
concurrency_group: compile-crystal

- crystal_major_minor: '1.12'
crystal_full: '1.12.2'
target_platforms: linux/amd64,linux/arm64
concurrency_group: compile-crystal
# - crystal_major_minor: '1.12'
# crystal_full: '1.12.2'
# target_platforms: linux/amd64,linux/arm64
# concurrency_group: compile-crystal

- crystal_major_minor: '1.11'
crystal_full: '1.11.2'
target_platforms: linux/amd64,linux/arm64
concurrency_group: compile-crystal
# - crystal_major_minor: '1.11'
# crystal_full: '1.11.2'
# target_platforms: linux/amd64,linux/arm64
# concurrency_group: compile-crystal

# - crystal_major_minor: '1.10'
# crystal_full: '1.10.1'
Expand Down

0 comments on commit f9ab4fa

Please sign in to comment.