Skip to content

Commit abf77b0

Browse files
committed
Add Julia 1.9 CI.
1 parent c916d80 commit abf77b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
version: ['1.6', '1.7', '1.8', 'nightly']
15+
version: ['1.6', '1.7', '1.8', '1.9.0-beta2', 'nightly']
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
1717
arch: [x64]
1818
steps:

0 commit comments

Comments
 (0)