Skip to content

Commit 5e9e3ee

Browse files
Bump otp on ci (#39)
1 parent fd02a1d commit 5e9e3ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
include:
1515
- pair: { elixir: "1.15.8", otp: "25.3" }
16-
- pair: { elixir: "1.18.3", otp: "27.2" }
16+
- pair: { elixir: "1.20.2", otp: "29.0" }
1717
lint: true
1818
env:
1919
MIX_ENV: test
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
include:
5151
- pair: { elixir: "1.15.8", otp: "25.3" }
52-
- pair: { elixir: "1.18.3", otp: "27.2" }
52+
- pair: { elixir: "1.20.2", otp: "29.0" }
5353
env:
5454
MIX_ENV: test
5555
name: Windows x86_64 (${{ matrix.pair.elixir }}, ${{ matrix.pair.otp }})
@@ -80,7 +80,7 @@ jobs:
8080
matrix:
8181
include:
8282
- pair: { elixir: "1.15.8", otp: "25.3" }
83-
- pair: { elixir: "1.18.3", otp: "27.2" }
83+
- pair: { elixir: "1.20.2", otp: "29.0" }
8484
env:
8585
MIX_ENV: test
8686
name: macOS x86_64 (${{ matrix.pair.elixir }}, ${{ matrix.pair.otp }})

0 commit comments

Comments
 (0)