Skip to content

Commit 3dc5cff

Browse files
committed
Test bumping pipeline deps
1 parent c9dc940 commit 3dc5cff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: ["27.3.3"]
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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: ["27.3.3"]
17+
rebar3: ["3.25.0"]
1818
runs-on: ${{ matrix.platform }}
1919
services:
2020
ddb:

0 commit comments

Comments
 (0)