Skip to content

Commit bbf68ea

Browse files
committed
Use latest Julia and Ruby versions on CI
1 parent ea402cf commit bbf68ea

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,13 @@ jobs:
2323
- macos-10.15
2424
# - windows-latest
2525
julia:
26-
- 1.5
26+
- 1.8
27+
- 1.6
2728
ruby:
29+
- "3.1"
2830
- "3.0"
2931
- 2.7
30-
- 2.6
31-
- 2.5
3232
- debug
33-
include:
34-
# - { os: windows-latest , julia: 1.5 , ruby: mingw }
35-
# - { os: windows-latest , julia: 1.5 , ruby: mswin }
36-
- { os: ubuntu-20.04 , julia: 1.6-rc1 , ruby: "3.0" }
37-
#exclude:
38-
# - { os: windows-latest , julia: 1.5 , ruby: debug }
3933

4034
steps:
4135
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)