Skip to content

Commit

Permalink
Make github actions workflow more dynamic wrt. newer versions of elix…
Browse files Browse the repository at this point in the history
…ir and otp
  • Loading branch information
bahner committed Jul 20, 2023
1 parent e62eeab commit ebfcc18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
fail-fast: true
matrix:
otp: ["25.1.2"]
elixir: ["1.14.3", "1.15.2"]
otp: ["25"]
elixir: ["1.14", "1.15"]
services:
ipfs:
image: ipfs/kubo:v0.21.0
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
strategy:
fail-fast: true
matrix:
otp: ["26.0.2"]
elixir: ["1.15.2"]
otp: ["26"]
elixir: ["1.15"]
services:
ipfs:
image: ipfs/kubo:v0.21.0
Expand Down

0 comments on commit ebfcc18

Please sign in to comment.