File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Elixir
21
21
uses : erlef/setup-beam@v1
22
22
with :
23
- otp-version : 25.0
24
- elixir-version : 1.14.0
23
+ otp-version : 27
24
+ elixir-version : 1.17
25
25
26
26
- name : Check Rust formatting
27
27
working-directory : native/meeseeks_html5ever_nif
@@ -42,17 +42,16 @@ jobs:
42
42
fail-fast : false
43
43
matrix :
44
44
include :
45
- - elixir : 1.12.0
46
- otp : 23.0
47
- - elixir : 1.13.0
48
- otp : 24.0
49
- - elixir : 1.14.0
50
- otp : 25.0
51
-
52
- # TODO change this to ubuntu-latest after OTP 23 is deprecated, see
45
+ - elixir : 1.15
46
+ otp : 25
47
+ - elixir : 1.16
48
+ otp : 26
49
+ - elixir : 1.17
50
+ otp : 27
51
+
53
52
# https://github.com/erlef/setup-beam#compatibility-between-operating-system-and-erlangotp
54
53
# for compatibility
55
- runs-on : ubuntu-20 .04
54
+ runs-on : ubuntu-24 .04
56
55
57
56
steps :
58
57
- uses : actions/checkout@v3
@@ -105,4 +104,4 @@ jobs:
105
104
run : mix compile
106
105
107
106
- name : Run tests
108
- run : mix test
107
+ run : mix test
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule MeeseeksHtml5ever.Mixfile do
9
9
[
10
10
app: :meeseeks_html5ever ,
11
11
version: @ version ,
12
- elixir: "~> 1.12 " ,
12
+ elixir: "~> 1.15 " ,
13
13
deps: deps ( ) ,
14
14
15
15
# Hex
You can’t perform that action at this time.
0 commit comments