Test new releases on 21,22,23, and 24
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp_version: [20,21,22,23]
|
otp_version: [21,22,23,24]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
container:
|
container:
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@ priv
|
|||||||
_build
|
_build
|
||||||
c_src/**/*.d
|
c_src/**/*.d
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
|
tags
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ CFlags =
|
|||||||
end.
|
end.
|
||||||
|
|
||||||
[
|
[
|
||||||
{require_min_otp_vsn, "R15"},
|
{require_min_otp_vsn, "21"},
|
||||||
{port_env, [
|
{port_env, [
|
||||||
%% Default darwin ldflags causes loading of system sqlite. Removed -bundle flag.
|
%% Default darwin ldflags causes loading of system sqlite. Removed -bundle flag.
|
||||||
{"darwin", "DRV_LDFLAGS",
|
{"darwin", "DRV_LDFLAGS",
|
||||||
|
|||||||
Reference in New Issue
Block a user