Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith authored Dec 2, 2021
1 parent 170df9a commit bf4deda
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,18 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'nightly'
- '1.6' # LTS
- '1.7' # latest stable
os:
- ubuntu-latest
- windows-latest
- macos-latest
arch:
- x64
# - x86
include:
- version: '1.7'
- version: 'nightly'
os: ubuntu-latest
- version: '1.7'
os: windows-latest
- version: '1.7'
os: macos-latest

steps:
# Setup environment
Expand Down

0 comments on commit bf4deda

Please sign in to comment.