Skip to content

Commit c35ff11

Browse files
authored
Merge pull request #36 from anthofflab/julia-pkgbutler-updates
Julia Package Butler Updates
2 parents a0ebd25 + 23b2de4 commit c35ff11

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/jlpkgbutler-ci-master-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
julia-version: ['1.4', '1.5']
13+
julia-version: ['1.4', '1.5', '1.6']
1414
julia-arch: [x64, x86]
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616
exclude:
1717
- os: macOS-latest
1818
julia-arch: x86
19+
- os: ubuntu-latest
20+
julia-arch: x86
1921

2022
steps:
2123
- uses: actions/checkout@v2

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: ['1.4', '1.5']
12+
julia-version: ['1.4', '1.5', '1.6']
1313
julia-arch: [x64, x86]
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
exclude:
1616
- os: macOS-latest
1717
julia-arch: x86
18+
- os: ubuntu-latest
19+
julia-arch: x86
1820

1921
steps:
2022
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)