Upgrade CI to latest Elixir and OTP versions
This commit is contained in:
parent
e357686f88
commit
47dfc5ab8b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -23,13 +23,13 @@ jobs:
|
|||
otp: 22.2
|
||||
- pair:
|
||||
elixir: 1.12.3
|
||||
otp: 23.2.5
|
||||
otp: 24.3
|
||||
- pair:
|
||||
elixir: 1.12.3
|
||||
otp: 24.1.3
|
||||
elixir: 1.13.3
|
||||
otp: 23.3
|
||||
- pair:
|
||||
elixir: 1.13.1
|
||||
otp: 24.1.3
|
||||
elixir: 1.13.3
|
||||
otp: 24.3
|
||||
lint: lint
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue