Skip to content

Commit

Permalink
add otp 25 and remove 22 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Aug 9, 2022
1 parent b22bbdb commit 7860e02
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: '24.1.2'
elixir-version: '1.12.1'
otp-version: '25.0.3'
elixir-version: '1.13.4'
- uses: actions/cache@v2
name: Cache
with:
Expand All @@ -33,13 +33,13 @@ jobs:
name: Test on Elixir ${{ matrix.elixir_version }} (OTP ${{ matrix.otp_version }}) and ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.1.2', '23.3.4.2', '22.3.4.20']
elixir_version: ['1.12.1', '1.11.4']
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
elixir_version: ['1.13.4', '1.12.1']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
- otp_version: '22.3.4.20'
elixir_version: '1.11.4'
- otp_version: '23.3.4.2'
elixir_version: '1.13.4'
rebar3_version: '3.17.0'
os: ubuntu-18.04
env:
Expand All @@ -63,13 +63,13 @@ jobs:
name: Test on Elixir ${{ matrix.elixir_version }} (OTP ${{ matrix.otp_version }}) and ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.1.2', '23.3.4.2', '22.3.4.20']
elixir_version: ['1.12.1', '1.11.4']
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
elixir_version: ['1.13.4', '1.12.1']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
- otp_version: '22.3.4.20'
elixir_version: '1.11.4'
- otp_version: '23.3.4.2'
elixir_version: '1.13.4'
rebar3_version: '3.17.0'
os: ubuntu-18.04
env:
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
name: Dialyze on Elixir ${{ matrix.elixir_version }} (OTP ${{ matrix.otp_version }}) and ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.1.2']
elixir_version: ['1.12.1']
otp_version: ['25.0.3']
elixir_version: ['1.13.4']
os: [ubuntu-18.04]
env:
OTP_VERSION: ${{ matrix.otp_version }}
Expand Down
10 changes: 5 additions & 5 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.1.2', '23.3.4.2', '22.3.4.20']
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
rebar3_version: ['3.16.1']
os: [ubuntu-18.04]
include:
- otp_version: '22.3.4.20'
- otp_version: '23.3.4.2'
rebar3_version: '3.17.0'
os: ubuntu-18.04
env:
Expand All @@ -32,7 +32,7 @@ jobs:
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: ${{ matrix.rebar3_version }}
elixir-version: '1.11.1'
elixir-version: '1.13.4'
- uses: actions/cache@v2
name: Cache
with:
Expand Down Expand Up @@ -88,11 +88,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: ['24.1.2', '23.3.4.2', '22.3.4.20']
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
rebar3_version: ['3.17.0']
os: [ubuntu-18.04]
include:
- otp_version: '22.3.4.20'
- otp_version: '23.3.4.2'
rebar3_version: '3.17.0'
os: ubuntu-18.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/w3c_interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: '24.1.2'
otp-version: '25.0.3'
- uses: actions/cache@v2
name: Cache
with:
Expand Down

0 comments on commit 7860e02

Please sign in to comment.