We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bb205 commit 76fc4a9Copy full SHA for 76fc4a9
1 file changed
.github/workflows/ci.yml
@@ -48,20 +48,15 @@ jobs:
48
fail-fast: false
49
matrix:
50
os: ["ubuntu-20.04"]
51
- elixir: ["1.13", "1.12", "1.11", "1.10"]
52
- otp: ["24", "23", "22"]
+ elixir: ["1.14", "1.13", "1.12", "1.11"]
+ otp: ["25", 24", "23"]
53
include:
54
- os: windows-2019
55
elixir: "1.13"
56
otp: "24"
57
58
elixir: "1.12"
59
60
- exclude:
61
- - elixir: "1.13"
62
- otp: "21"
63
- - elixir: "1.12"
64
65
steps:
66
- uses: actions/checkout@v2
67
- uses: erlef/setup-beam@v1
0 commit comments