Skip to content

Commit

Permalink
Fix versions in actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Jun 18, 2024
1 parent c9ac6df commit a4767ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['21','23']
otp: ['22','23']
elixir: ['1.10', '1.11']
global-mock: [true, false]
include:
Expand All @@ -23,12 +23,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GLOBAL_MOCK: ${{ matrix.global-mock }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
deps
Expand Down

0 comments on commit a4767ac

Please sign in to comment.