Skip to content

Commit 45ed60f

Browse files
committed
Update CI
1 parent b20cd77 commit 45ed60f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- v2
77
pull_request:
88
branches:
9-
- master
9+
- v2
1010

1111
jobs:
1212
nebulex_test:
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- elixir: 1.17.x
21+
- elixir: 1.18.x
2222
otp: 27.x
2323
os: 'ubuntu-latest'
2424
style: true
@@ -27,20 +27,14 @@ jobs:
2727
dialyzer: true
2828
doctor: true
2929
- elixir: 1.17.x
30-
otp: 26.x
31-
os: 'ubuntu-latest'
32-
- elixir: 1.16.x
33-
otp: 26.x
30+
otp: 27.x
3431
os: 'ubuntu-latest'
35-
- elixir: 1.15.x
32+
- elixir: 1.17.x
3633
otp: 25.x
3734
os: 'ubuntu-latest'
3835
- elixir: 1.14.x
3936
otp: 24.x
4037
os: 'ubuntu-latest'
41-
- elixir: 1.12.x
42-
otp: 23.x
43-
os: 'ubuntu-20.04'
4438

4539
env:
4640
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)