Skip to content

Commit

Permalink
[CI] Add build matrix with 1.0.0 and 1.1.1 (#11278)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Oct 6, 2021
1 parent cd311dc commit 317cd10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
env:
ARCH: x86_64
ARCH_CMD: linux64
DOCKER_TEST_PREFIX: crystallang/crystal:${{ matrix.crystal_bootstrap_version }}
runs-on: ubuntu-latest
strategy:
matrix:
crystal_bootstrap_version: [1.0.0, 1.1.1]
steps:
- name: Download Crystal source
uses: actions/checkout@v2
Expand Down

0 comments on commit 317cd10

Please sign in to comment.