Skip to content

Commit

Permalink
CI: use uptodate elixir/otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedlerdejanze committed Mar 22, 2024
1 parent d025ab2 commit 51f6e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['23.3']
elixir: ['1.13.1']
otp: ['25.3']
elixir: ['1.16.0']
env:
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
Expand Down

0 comments on commit 51f6e00

Please sign in to comment.