Skip to content

Commit 0b8bcea

Browse files
authored
CI: test Julia 1.6 and update TagBot permission (#257)
1 parent 59ee94b commit 0b8bcea

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/TagBot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7+
inputs:
8+
lookback:
9+
default: 3
10+
permissions:
11+
contents: write
712
jobs:
813
TagBot:
914
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ on:
77
branches:
88
- master
99
pull_request:
10-
schedule:
11-
- cron: '20 00 1 * *'
1210

1311
jobs:
1412
test:
1513
runs-on: ${{ matrix.os }}
1614
strategy:
1715
fail-fast: false
1816
matrix:
19-
julia-version: ['1.0', '1', 'nightly']
17+
julia-version: ['1.0', '1', '1.6', 'nightly']
2018
os: [ubuntu-latest, windows-latest, macOS-latest]
2119
julia-arch: [x64]
2220
# only test one 32-bit job

.github/workflows/UnitTestArm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
julia-version: ['1.0', '1', 'nightly']
15+
julia-version: ['1.0', '1', '1.6', 'nightly']
1616
os: [ubuntu-20.04]
1717
distro: [ubuntu20.04]
1818
arch: [aarch64]

0 commit comments

Comments
 (0)