From bf213185efcffd4dd5433473e2f057ddfc3230ef Mon Sep 17 00:00:00 2001 From: Santiago Traversa Date: Mon, 12 Aug 2024 11:20:11 -0300 Subject: [PATCH] Update to OTP/26 (#155) - Also updates to latest OTP/25 - Removes OTP/24 as it' is EOL --- .github/workflows/ci.yml | 4 ++-- .tool-versions | 3 ++- LICENSE.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29c50963..df154ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp_version: ['26.1', '25.3', '24.3'] + otp_version: ['26.2', '25.3'] steps: - uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp_version: ['26.1', '25.3', '24.3'] + otp_version: ['26.2', '25.3'] needs: - build diff --git a/.tool-versions b/.tool-versions index 15e66ae0..455149f0 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1,2 @@ -erlang 24.1 +# Also update ci.yml +erlang 26.2 diff --git a/LICENSE.md b/LICENSE.md index c5c98752..3a00ad19 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2012-2019 DNSimple Corporation +Copyright (c) 2012-2024 DNSimple Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: