Skip to content

Commit

Permalink
updating otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0stbyte committed Oct 5, 2021
1 parent a48cc9a commit e33af34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: '24.0.1'
otp-version: '24.1.2'
elixir-version: '1.12.1'
- uses: actions/cache@v2
name: Cache
Expand All @@ -33,7 +33,7 @@ jobs:
name: Test on Elixir ${{ matrix.elixir_version }} (OTP ${{ matrix.otp_version }}) and ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
otp_version: ['24.1.2', '23.3.4.2', '22.3.4.20']
elixir_version: ['1.12.1', '1.11.4']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
name: Test on Elixir ${{ matrix.elixir_version }} (OTP ${{ matrix.otp_version }}) and ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
otp_version: ['24.1.2', '23.3.4.2', '22.3.4.20']
elixir_version: ['1.12.1', '1.11.4']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: Dialyze on Elixir ${{ matrix.elixir_version }} (OTP ${{ matrix.otp_version }}) and ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.0.2']
otp_version: ['24.1.2']
elixir_version: ['1.12.1']
os: [ubuntu-18.04]
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
otp_version: ['24.1.2', '23.3.4.2', '22.3.4.20']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
otp_version: ['24.1.2', '23.3.4.2', '22.3.4.20']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
Expand Down

0 comments on commit e33af34

Please sign in to comment.