Skip to content

Commit 83860f6

Browse files
authored
Test on pre-release versions (#191)
* Test on pre-release versions * bump setup julia version
1 parent 00af40f commit 83860f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
matrix:
3838
version:
3939
- '1.10'
40+
- 'pre'
4041
os:
4142
- ubuntu-latest
4243
- macOS-latest
@@ -45,7 +46,7 @@ jobs:
4546
- x64
4647
steps:
4748
- uses: actions/checkout@v4
48-
- uses: julia-actions/setup-julia@v2
49+
- uses: julia-actions/setup-julia@v2.2
4950
with:
5051
version: ${{ matrix.version }}
5152
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)