Skip to content

Commit

Permalink
synced up otp and elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Samkeer1 committed May 21, 2024
1 parent 7a1fead commit 3d5ad1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches: master

env:
OTP_VERSION_SPEC: "21.1"
ELIXIR_VERSION_SPEC: "1.9.4"
OTP_VERSION_SPEC: "25.3"
ELIXIR_VERSION_SPEC: "1.13.4"

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test
on: [push, workflow_call]

env:
OTP_VERSION_SPEC: "21.1"
ELIXIR_VERSION_SPEC: "1.9.4"
OTP_VERSION_SPEC: "25.3"
ELIXIR_VERSION_SPEC: "1.13.4"
MIX_ENV: test
PGUSER: postgres
POSTGRES_USER: postgres
Expand Down

0 comments on commit 3d5ad1e

Please sign in to comment.