Skip to content

Commit e2d95c2

Browse files
committed
Run specs against 0.36.0, 1.0, and 1.6
1 parent a22600d commit e2d95c2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/specs.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ name: Specs
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88
workflow_dispatch:
99

1010
jobs:
1111
run_specs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ ubuntu-latest ]
16-
crystal: [ 0.36.1, 1.0.0, 1.1.1, 1.2.2, 1.3.0 ]
15+
os: [ubuntu-latest]
16+
crystal: [0.36.1, 1.0.0, 1.6.1]
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v2
20-
- uses: crystal-lang/install-crystal@v1
21-
with:
22-
crystal: ${{ matrix.crystal }}
23-
- name: Install dependencies
24-
run: shards install --ignore-crystal-version
25-
- name: Run tests
26-
run: crystal spec
19+
- uses: actions/checkout@v2
20+
- uses: crystal-lang/install-crystal@v1
21+
with:
22+
crystal: ${{ matrix.crystal }}
23+
- name: Install dependencies
24+
run: shards install --ignore-crystal-version
25+
- name: Run tests
26+
run: crystal spec

0 commit comments

Comments
 (0)