From bf923a5890cae146677f0b265bc8a4404bd6edc9 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 3 Jul 2020 07:29:07 -0600 Subject: [PATCH 1/2] remove unneeded makefile --- Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 266608d..0000000 --- a/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -all: deps - -deps: - rebar get-deps - rebar compile - -app: - rebar compile - -tests: - rebar eunit - -clean: - rebar clean - -distclean: clean - rebar delete-deps - -.PHONY: all deps app tests clean distclean \ No newline at end of file From 1e88fc545587e686887647a9ee3bfff8053cfcba Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 3 Jul 2020 09:56:35 -0600 Subject: [PATCH 2/2] remove main.yml comment from relx and add otp versions --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5babe6f..38771df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,9 +15,7 @@ jobs: strategy: matrix: - # important to check a pre-23 version that still uses nodetool - # plus 23 once it is released - otp_version: [22.3.2] + otp_version: [19.3.6, 20.3.8.26, 21.3.8.16, 22.3.4.2, 23.0.2] os: [ubuntu-latest] steps: