Skip to content

Commit

Permalink
Massive CI for 1.9.4 and 1.10.0 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Nov 20, 2023
1 parent deeb946 commit 95e22d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
fail-fast: false
matrix:
version:
# - '1.6' # LTS
- '1.6' # LTS
- '1' # Current stable release
- '~1.10.0-0'
- 'nightly'
os:
# - ubuntu-latest
- ubuntu-latest
- macOS-latest
# - windows-latest
- windows-latest
arch:
- x64
steps:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tagbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
types:
- created
workflow_dispatch:
inputs:
lookback:
default: 3
permissions:
contents: write
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand All @@ -17,4 +12,3 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 95e22d6

Please sign in to comment.