File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
mix_test :
13
13
name : mix test (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-22 .04
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
84
84
85
85
mix_test_windows :
86
86
name : mix test windows (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
87
- runs-on : windows-2019
87
+ runs-on : windows-2022
88
88
strategy :
89
89
fail-fast : false
90
90
matrix :
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
static_analysis :
148
148
name : static analysis (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
149
- runs-on : ubuntu-20 .04
149
+ runs-on : ubuntu-22 .04
150
150
strategy :
151
151
matrix :
152
152
include :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
name : Build Mkdocs website
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
strategy :
13
13
max-parallel : 1
14
14
container :
27
27
publish :
28
28
needs : build
29
29
name : Publish Mkdocs website to GH Pages
30
- runs-on : ubuntu-20 .04
30
+ runs-on : ubuntu-22 .04
31
31
strategy :
32
32
max-parallel : 1
33
33
steps :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
name : Create draft release
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
outputs :
13
13
upload_url : ${{steps.create_release.outputs.upload_url}}
14
14
26
26
27
27
build :
28
28
name : Build and publish release asset
29
- runs-on : ubuntu-20 .04
29
+ runs-on : ubuntu-22 .04
30
30
needs : release
31
31
steps :
32
32
- uses : actions/checkout@v4
42
42
- name : Set up BEAM
43
43
uses : erlef/setup-beam@v1
44
44
with :
45
- elixir-version : 1.15 .x
46
- otp-version : 26 .x
45
+ elixir-version : 1.17 .x
46
+ otp-version : 27 .x
47
47
48
48
- name : Install dependencies
49
49
run : mix deps.get
You can’t perform that action at this time.
0 commit comments