Skip to content

Commit 5b186e8

Browse files
authored
ci: Update to use ubuntu-latest (#29)
1 parent 3f5769a commit 5b186e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: push
22

33
jobs:
44
mix-test:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
services:
77
db:
88
image: postgres:latest
@@ -21,7 +21,7 @@ jobs:
2121
uses: erlef/setup-beam@v1
2222
with:
2323
elixir-version: "1.14.0"
24-
otp-version: "23.3.4.16"
24+
otp-version: "25.3.2.20"
2525
- name: Install dependencies
2626
if: steps.mix-cache.outputs.cache-hit != 'true'
2727
run: |

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
elixir 1.14
2-
erlang 23.3.4.16
2+
erlang 25.3.2.20

elixir_buildpack.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
config_vars_to_export=(DATABASE_URL GAS_PRICE_ENDPOINT MAILGUN_KEY)
2-
erlang_version=23.3.2
2+
erlang_version=25.3.2.20
33
elixir_version=1.14.2

0 commit comments

Comments
 (0)