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:
|
||||
matrix:
|
||||
otp_version: [20,21,22,23]
|
||||
otp_version: [21,22,23,24]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
container:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@ priv
|
||||
_build
|
||||
c_src/**/*.d
|
||||
erl_crash.dump
|
||||
tags
|
||||
|
||||
@@ -23,7 +23,7 @@ CFlags =
|
||||
end.
|
||||
|
||||
[
|
||||
{require_min_otp_vsn, "R15"},
|
||||
{require_min_otp_vsn, "21"},
|
||||
{port_env, [
|
||||
%% Default darwin ldflags causes loading of system sqlite. Removed -bundle flag.
|
||||
{"darwin", "DRV_LDFLAGS",
|
||||
|
||||
Reference in New Issue
Block a user