chore: back to 1.11

This commit is contained in:
Zach Daniel 2021-03-29 11:07:45 -04:00
parent ffb2a7b605
commit 9a3836fa65

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
otp: ["23"]
elixir: ["1.10.0"]
elixir: ["1.11.0"]
ash: ["master", "1.37.1"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -33,14 +33,14 @@ jobs:
id: cache-deps
with:
path: deps
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps2-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps2-
- uses: actions/cache@v1
id: cache-build
with:
path: _build
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build2-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build2-
- run: mix deps.get
- run: mix check --except dialyzer
if: startsWith(github.ref, 'refs/tags/v')
@ -67,8 +67,8 @@ jobs:
id: cache-deps
with:
path: deps
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-2-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-2-
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-3-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-3-
- run: mix deps.get
- run: mix coveralls.github
release:
@ -93,8 +93,8 @@ jobs:
id: cache-deps
with:
path: deps
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-2-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-2-
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-3-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-3-
- run: mix deps.get
- run: mix compile
- run: mix hex.publish --yes