diff --git a/.appveyor.yml b/.appveyor.yml index 30d4b7c..10af753 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ environment: matrix: - - julia_version: 1.4 + - julia_version: 1.5 # - julia_version: latest platform: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ba0e09f..0fedbd0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: [1.4] + julia-version: [1.5] julia-arch: [x86] os: [ubuntu-latest] steps: diff --git a/.travis.yml b/.travis.yml index 819b91c..4792f26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: - osx julia: - 1.0 - - 1.4 - 1.5 - nightly branches: @@ -13,14 +12,14 @@ branches: - master - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ after_success: - - if [[ $TRAVIS_JULIA_VERSION = 1.4 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then + - if [[ $TRAVIS_JULIA_VERSION = 1.5 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then julia --project=test/coverage -e 'using Pkg; Pkg.instantiate(); using Coverage; Codecov.submit(Codecov.process_folder())'; fi # jobs: # include: # - stage: Documentation -# julia: 1.4 +# julia: 1.5 # os: linux # script: # - julia --project=docs -e 'using Pkg; Pkg.instantiate()'