Skip to content

Commit 42016a2

Browse files
committed
try relaxed version range for otp-24
1 parent 5f8d31f commit 42016a2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
include:
1717
- elixir: '1.18.4'
1818
otp: '28.0'
19+
version-type: 'strict'
1920
- elixir: '1.12.0'
20-
otp: '24.3'
21+
otp: '24.x'
22+
version-type: 'loose'
2123
steps:
2224
- name: Checkout Repository
2325
uses: actions/checkout@v4
@@ -27,7 +29,7 @@ jobs:
2729
with:
2830
elixir-version: ${{ matrix.elixir }}
2931
otp-version: ${{ matrix.otp }}
30-
version-type: 'strict'
32+
version-type: ${{ matrix.version-type }}
3133

3234
- name: Install Dependencies
3335
run: mix deps.get

0 commit comments

Comments
 (0)