Skip to content

Commit 24bc905

Browse files
Update CompatHelper.yml
1 parent d900826 commit 24bc905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
julia-version: [1.2.0]
14+
julia-version: [1]
1515
julia-arch: [x86]
1616
os: [ubuntu-latest]
1717
steps:
@@ -23,4 +23,4 @@ jobs:
2323
- name: CompatHelper.main()
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: julia -e 'using CompatHelper; CompatHelper.main()'
26+
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)