We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8d31f commit 42016a2Copy full SHA for 42016a2
1 file changed
.github/workflows/ci.yml
@@ -16,8 +16,10 @@ jobs:
16
include:
17
- elixir: '1.18.4'
18
otp: '28.0'
19
+ version-type: 'strict'
20
- elixir: '1.12.0'
- otp: '24.3'
21
+ otp: '24.x'
22
+ version-type: 'loose'
23
steps:
24
- name: Checkout Repository
25
uses: actions/checkout@v4
@@ -27,7 +29,7 @@ jobs:
27
29
with:
28
30
elixir-version: ${{ matrix.elixir }}
31
otp-version: ${{ matrix.otp }}
- version-type: 'strict'
32
+ version-type: ${{ matrix.version-type }}
33
34
- name: Install Dependencies
35
run: mix deps.get
0 commit comments