Skip to content

Commit

Permalink
Switch off Erlang/OTP builds for unix systems before version 24
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiushkin committed Feb 10, 2025
1 parent 5777ac2 commit ef36212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
build:
name: Liver
if: ${{ !cancelled() }}
uses: erlangbureau/ci.erlang.mk/.github/workflows/ci.yaml@master
uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ PROJECT_VERSION = 1.0.0
BUILD_DEPS = ci.erlang.mk
DEP_EARLY_PLUGINS = ci.erlang.mk

AUTO_CI_OTP ?= OTP-LATEST-21+
AUTO_CI_OTP ?= OTP-LATEST-24+
AUTO_CI_WINDOWS ?= OTP-LATEST-21+

TEST_DEPS = LIVR jsx iso8601
TEST_DIR = tests
COVER=1

dep_ci.erlang.mk = git https://github.com/erlangbureau/ci.erlang.mk master
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
dep_jsx = git https://github.com/talentdeficit/jsx.git v2.8.3
dep_LIVR = git https://github.com/koorchik/LIVR master
dep_iso8601 = git https://github.com/erlsci/iso8601.git 1.3.4
Expand Down

0 comments on commit ef36212

Please sign in to comment.