Skip to content

Commit

Permalink
chore: use latest versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Feb 5, 2024
1 parent d309b7d commit fa0d821
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
elixir: ['1.16']
otp: [26]
otp: ["26"]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:

env:
LATEST_STRIPE_SDK_TAG: ${{ needs.check.outputs.latest_tag }}
OTP_VERSION: "25.0"
ELIXIR_VERSION: "1.14.0"
SKIP_STRIPE_MOCK_RUN: true

strategy:
Expand All @@ -59,8 +57,8 @@ jobs:

- uses: erlef/setup-beam@v1
with:
otp-version: ${{ env.OTP_VERSION }}
elixir-version: ${{ env.ELIXIR_VERSION }}
otp-version: "26"
elixir-version: "1.16"

- name: Checkout stripe/openapi (official OpenApi definitions)
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: 25
elixir-version: 1.14
otp-version: "26"
elixir-version: "1.16"
- run: mix deps.get
- run: mix compile --docs
- run: mix hex.publish --yes

0 comments on commit fa0d821

Please sign in to comment.