Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
starbelly committed Dec 6, 2024
1 parent 92ec676 commit 1e42e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
strategy:
matrix:
otp: ['25', '26']
otp: ['25', '26', '27']
elixir: ['1.15', '1.16']
name: Build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs: build
strategy:
matrix:
otp: ['25', '26']
otp: ['25', '26', '27']
elixir: ['1.15', '1.16']
name: Dialyzer
runs-on: ubuntu-latest
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
needs: build
strategy:
matrix:
otp: ['25', '26']
otp: ['25', '26', '27']
elixir: ['1.15', '1.16']
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e42e98

Please sign in to comment.