mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2025-05-18 03:12:52 -04:00
use simpler versions
This commit is contained in:
parent
bf3c402d15
commit
26d92857f7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -23,10 +23,10 @@ jobs:
|
|||
include:
|
||||
- pair:
|
||||
elixir: '1.11'
|
||||
otp: '21'
|
||||
otp: '22'
|
||||
- pair:
|
||||
elixir: '1.15.0'
|
||||
otp: '26.0.2'
|
||||
elixir: '1.15'
|
||||
otp: '26'
|
||||
lint: lint
|
||||
steps:
|
||||
# Step: Setup Elixir + Erlang image as the base.
|
||||
|
|
Loading…
Reference in a new issue