Skip to content

Commit

Permalink
Abandon 1.6, checkout v4 (#23)
Browse files Browse the repository at this point in the history
* Abandon 1.6, checkout v4

* Compat Julia 1.9
  • Loading branch information
JeffFessler authored Sep 5, 2023
1 parent 4e27784 commit f153d86
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.6', '1', 'nightly']
version: ['1', 'nightly']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# - name: "Set up Julia"
- uses: julia-actions/setup-julia@latest
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout gh-pages branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
- name: Delete preview and history + push changes
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ FFTW = "1"
PortAudio = "1.1"
Requires = "1"
SignalBase = "0.1"
julia = "1.6"
julia = "1.9"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ See the documentation for example use.

## Compatibility

Tested with Julia ≥ 1.6.
Tested with Julia ≥ 1.9.


## Caveats
Expand Down

0 comments on commit f153d86

Please sign in to comment.