Skip to content

Commit ac58faa

Browse files
committed
Skip REPL test on 1.11+
xref JuliaLang/julia#55376
1 parent 20f3d68 commit ac58faa

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
@@ -44,7 +44,7 @@ jobs:
4444
Pkg.test("Revise")
4545
'
4646
- name: Test while running Revise
47-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.version != '1.0' }}
47+
if: ${{ matrix.os == 'ubuntu-latest' && (matrix.version == '1.6' || matrix.version == '1') }}
4848
run: |
4949
TERM="xterm" julia --project -i --code-coverage -e '
5050
using InteractiveUtils, REPL, Revise, Pkg

0 commit comments

Comments
 (0)