File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
33on :
44 push :
55 branches :
6- - master
6+ - v2
77 pull_request :
88 branches :
9- - master
9+ - v2
1010
1111jobs :
1212 nebulex_test :
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 }}'
You can’t perform that action at this time.
0 commit comments