Skip to content

Commit

Permalink
bump rebar3 to 3.19.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Aug 9, 2022
1 parent d0820fe commit c922c01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
matrix:
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']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
elixir_version: '1.13.4'
rebar3_version: '3.17.0'
rebar3_version: '3.19.0'
os: ubuntu-18.04
env:
OTP_VERSION: ${{ matrix.otp_version }}
Expand All @@ -65,12 +65,12 @@ jobs:
matrix:
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']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
elixir_version: '1.13.4'
rebar3_version: '3.17.0'
rebar3_version: '3.19.0'
os: ubuntu-18.04
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 @@ -15,11 +15,11 @@ jobs:
strategy:
matrix:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
rebar3_version: ['3.16.1']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
rebar3_version: '3.17.0'
rebar3_version: '3.19.0'
os: ubuntu-18.04
env:
OTP_VERSION: ${{ matrix.otp_version }}
Expand Down Expand Up @@ -89,11 +89,11 @@ jobs:
strategy:
matrix:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
rebar3_version: ['3.17.0']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
rebar3_version: '3.17.0'
rebar3_version: '3.19.0'
os: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c922c01

Please sign in to comment.