File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
5151 run : |
5252 mix deps.get
5353 mix test
54- working-directory : aws-beam/aws-elixir
54+ working-directory : aws-beam/aws-elixir
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments