Skip to content

Commit

Permalink
CI: Add 1.9 and fix 1.10 version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
topolarity committed Oct 4, 2023
1 parent f8087e3 commit 2ef7795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1.9'
- '~1.10.0-0'
- 'nightly'
os:
- ubuntu-latest
Expand Down

0 comments on commit 2ef7795

Please sign in to comment.