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