Skip to content

Commit 2f28100

Browse files
committed
ci: test on 1.5.3
1 parent c8fbd0a commit 2f28100

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14-
- '1.2'
1514
- 'nightly'
15+
- '1.5.3'
16+
- '1.2.0'
1617
os:
1718
- ubuntu-latest
1819
- macOS-latest
@@ -31,7 +32,7 @@ jobs:
3132
env:
3233
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3334

34-
35+
3536
Skip:
3637
if: "contains(github.event.head_commit.message, '[skip ci]')"
3738
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)