Skip to content

Commit

Permalink
Don't test on nightly (#274)
Browse files Browse the repository at this point in the history
* Don't test on nightly

* Typo
  • Loading branch information
gdalle authored Jul 18, 2024
1 parent 88a9b70 commit 7965080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'lts'
- '1'
- 'nightly'
- 'pre'
os:
- ubuntu-latest
arch:
Expand Down

0 comments on commit 7965080

Please sign in to comment.