diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b41b7bc..bff2386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: [26.2.3] - alpine: [3.19.1] + otp: [25.3.2.9, 26.2.5.2, 27.0.1] + alpine: [3.19.3] latest: [false] include: - - otp: 26.2.1 - alpine: 3.19.1 + - otp: 27.0.1 + alpine: 3.19.3 latest: true steps: - name: Checkout diff --git a/VERSION b/VERSION index e094825..bf10e63 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -erlang 26.2.3 -alpine 3.19.1 +erlang 27.0.1 +alpine 3.19.3