Skip to content

Commit

Permalink
Upgrade OTP 21,22,23
Browse files Browse the repository at this point in the history
  • Loading branch information
thanabodee-c committed Jun 1, 2021
1 parent 933a678 commit 92009f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ 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.1', '22.3.4.19']
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
elixir: ['1.12.1', '1.11.4']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
- otp_version: '21.3.8.23'
- otp_version: '21.3.8.24'
elixir_version: '1.11.4'
rebar3_version: '3.15.2'
exclude:
- otp_version: '21.3.8.23'
- otp_version: '21.3.8.24'
elixir: '1.12.1'
env:
OTP_VERSION: ${{ matrix.otp_version }}
Expand All @@ -65,16 +65,16 @@ 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.1', '22.3.4.19']
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
elixir: ['1.12.1', '1.11.4']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
- otp_version: '21.3.8.23'
- otp_version: '21.3.8.24'
elixir_version: '1.11.4'
rebar3_version: '3.15.2'
exclude:
- otp_version: '21.3.8.23'
- otp_version: '21.3.8.24'
elixir: '1.12.1'
env:
OTP_VERSION: ${{ matrix.otp_version }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.0.2', '23.3.4.1', '22.3.4.19']
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
- otp_version: '21.3.8.23'
- otp_version: '21.3.8.24'
rebar3_version: '3.15.2'
env:
OTP_VERSION: ${{ matrix.otp_version }}
Expand Down Expand Up @@ -74,11 +74,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.0.2', '23.3.4.1', '22.3.4.19']
otp_version: ['24.0.2', '23.3.4.2', '22.3.4.20']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
- otp_version: '21.3.8.23'
- otp_version: '21.3.8.24'
rebar3_version: '3.15.2'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 92009f2

Please sign in to comment.