Test new releases on 21,22,23, and 24

This commit is contained in:
Maas-Maarten Zeeman
2022-01-01 12:23:26 +01:00
parent eaaaf7942b
commit df3be87201
3 changed files with 3 additions and 2 deletions

View File

@@ -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
View File

@@ -10,3 +10,4 @@ priv
_build
c_src/**/*.d
erl_crash.dump
tags

View File

@@ -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",