We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dc940 commit 0caf5a4Copy full SHA for 0caf5a4
.github/workflows/gen_elixir.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- elixir: ["1.13.4"]
19
- erlang: ["25.0.4"]
+ elixir: ["1.18.3"]
+ erlang: ["27.3.3"]
20
21
steps:
22
- uses: actions/checkout@v2
@@ -51,4 +51,4 @@ jobs:
51
run: |
52
mix deps.get
53
mix test
54
- working-directory: aws-beam/aws-elixir
+ working-directory: aws-beam/aws-elixir
.github/workflows/gen_erlang.yml
@@ -12,8 +12,8 @@ jobs:
12
13
14
platform: [ubuntu-latest]
rebar3: ['3.20.0']
runs-on: ${{ matrix.platform }}
services:
0 commit comments