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 3f5769a commit 5b186e8Copy full SHA for 5b186e8
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ on: push
2
3
jobs:
4
mix-test:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
6
services:
7
db:
8
image: postgres:latest
@@ -21,7 +21,7 @@ jobs:
21
uses: erlef/setup-beam@v1
22
with:
23
elixir-version: "1.14.0"
24
- otp-version: "23.3.4.16"
+ otp-version: "25.3.2.20"
25
- name: Install dependencies
26
if: steps.mix-cache.outputs.cache-hit != 'true'
27
run: |
.tool-versions
@@ -1,2 +1,2 @@
1
elixir 1.14
-erlang 23.3.4.16
+erlang 25.3.2.20
elixir_buildpack.config
@@ -1,3 +1,3 @@
config_vars_to_export=(DATABASE_URL GAS_PRICE_ENDPOINT MAILGUN_KEY)
-erlang_version=23.3.2
+erlang_version=25.3.2.20
elixir_version=1.14.2
0 commit comments