Skip to content

Commit

Permalink
remove unneeded config in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Aug 9, 2022
1 parent 8087b9b commit a9093da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
elixir_version: ['1.13.4', '1.12.3']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
elixir_version: '1.13.4'
rebar3_version: '3.19.0'
os: ubuntu-18.04
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand All @@ -67,11 +62,6 @@ jobs:
elixir_version: ['1.13.4', '1.12.3']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
elixir_version: '1.13.4'
rebar3_version: '3.19.0'
os: ubuntu-18.04
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
rebar3_version: '3.19.0'
os: ubuntu-18.04
env:
OTP_VERSION: ${{ matrix.otp_version }}
OTEL_TRACES_EXPORTER: "none"
Expand Down Expand Up @@ -91,10 +87,6 @@ jobs:
otp_version: ['25.0.3', '24.1.2', '23.3.4.2']
rebar3_version: ['3.19.0']
os: [ubuntu-18.04]
include:
- otp_version: '23.3.4.2'
rebar3_version: '3.19.0'
os: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit a9093da

Please sign in to comment.