Skip to content

Commit

Permalink
Chore: add OTP 26 to precompile workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Nov 27, 2023
1 parent 686a60b commit 02583ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os: ["ubuntu18", "ubuntu20", "windows-2019", "macos-11"]
elixir: ["1.14"]
otp: ["25", "23"]
otp: ["26", "25", "23"]
exclude:
- os: "windows-2019"
otp: "23"
Expand Down

0 comments on commit 02583ef

Please sign in to comment.