Skip to content

Commit

Permalink
use 1.18.1 and otp 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet committed Jan 6, 2025
1 parent 3ad4fd1 commit bcb69b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
elixir: [1.18]
otp: [27.0]
elixir: [1.18.1]
otp: [27.2]

steps:
- name: Checkout code
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
otp: '26.2'
- elixir: '1.17.0'
otp: '27.0'
- elixir: '1.18.0'
otp: '27.0'
- elixir: '1.18.1'
otp: '27.2'

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down

0 comments on commit bcb69b1

Please sign in to comment.