Skip to content

Commit 8242da9

Browse files
authored
Merge pull request #30 from queryverse/julia-pkgbutler-updates
Julia Package Butler Updates
2 parents 6518d50 + 8a8e574 commit 8242da9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.1, 1.4.0]
14-
julia-arch: [x64]
13+
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5']
14+
julia-arch: [x64, x86]
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616
exclude:
1717
- os: macOS-latest
@@ -37,3 +37,4 @@ jobs:
3737
name: codecov-umbrella
3838
fail_ci_if_error: false
3939
token: ${{ secrets.CODECOV_TOKEN }}
40+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.1, 1.4.0]
13-
julia-arch: [x64]
12+
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5']
13+
julia-arch: [x64, x86]
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
exclude:
1616
- os: macOS-latest

0 commit comments

Comments
 (0)