Skip to content

Commit

Permalink
Change v1.7 to v1.x for CI (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed May 16, 2023
1 parent a6533af commit c289ead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- '1.7'
- 'nightly'
- '1.0' # old LTS (not yet broken)
- '1.6' # current LTS
- '1' # current release
- 'nightly' # developement preview
os:
- ubuntu-latest
arch:
Expand Down

0 comments on commit c289ead

Please sign in to comment.