Skip to content

Commit d298b36

Browse files
authored
Merge pull request #75 from queryverse/julia-pkgbutler-updates
Julia Package Butler Updates
2 parents a90769a + e783444 commit d298b36

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.0]
13+
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.1]
1414
julia-arch: [x64, x86]
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616
exclude:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.0]
12+
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.1]
1313
julia-arch: [x64, x86]
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
exclude:

.github/workflows/jlpkgbutler-tagbot-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
TagBot:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
109
- uses: JuliaRegistries/TagBot@v1
1110
with:
1211
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)