Skip to content

Commit d81b7b7

Browse files
committed
Bump pipeline deps of OTP and Elixir versions
1 parent c9dc940 commit d81b7b7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/gen_elixir.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
elixir: ["1.13.4"]
19-
erlang: ["25.0.4"]
18+
elixir: ["1.18.3"]
19+
erlang: ["26"]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -51,4 +51,4 @@ jobs:
5151
run: |
5252
mix deps.get
5353
mix test
54-
working-directory: aws-beam/aws-elixir
54+
working-directory: aws-beam/aws-elixir

.github/workflows/gen_erlang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest]
15-
elixir: ["1.13.4"]
16-
erlang: ["25.0.4"]
17-
rebar3: ['3.20.0']
15+
elixir: ["1.18.3"]
16+
erlang: ["26"]
17+
rebar3: ["3.25.0"]
1818
runs-on: ${{ matrix.platform }}
1919
services:
2020
ddb:
2121
image: amazon/dynamodb-local:1.21.0
2222
ports:
2323
- 8000:8000
2424
s3mock:
25-
image: adobe/s3mock:2.11.0
25+
image: adobe/s3mock:4.6.0
2626
ports:
2727
- 9090:9090
2828
steps:

0 commit comments

Comments
 (0)