Skip to content

Commit 0caf5a4

Browse files
committed
Test bumping pipeline deps
1 parent c9dc940 commit 0caf5a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest]
15-
elixir: ["1.13.4"]
16-
erlang: ["25.0.4"]
15+
elixir: ["1.18.3"]
16+
erlang: ["27.3.3"]
1717
rebar3: ['3.20.0']
1818
runs-on: ${{ matrix.platform }}
1919
services:

0 commit comments

Comments
 (0)