Skip to content

Commit 38ee88b

Browse files
authored
Merge pull request #36 from SymbolicML/test-1.9
Test Julia 1.9
2 parents 71a7b58 + 6a3c74f commit 38ee88b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
julia-version:
30-
- '1.8.3'
30+
- '1'
3131
os:
3232
- ubuntu-latest
3333
- windows-latest
3434
- macOS-latest
3535
include:
3636
- os: ubuntu-latest
37-
julia-version: '1.7.2'
37+
julia-version: '1.7'
3838
- os: ubuntu-latest
39-
julia-version: '1.6.7'
39+
julia-version: '1.6'
4040

4141
steps:
4242
- uses: actions/checkout@v2

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: julia-actions/setup-julia@v1
1818
with:
19-
version: "1.8"
19+
version: "1.9"
2020
- uses: julia-actions/cache@v1
2121
- name: Extract Package Name from Project.toml
2222
id: extract-package-name

.github/workflows/check-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
julia-version: [1.8]
17+
julia-version: [1]
1818
julia-arch: [x86]
1919
os: [ubuntu-latest]
2020
steps:

0 commit comments

Comments
 (0)