From caec6ba2223ed0c5775c1b850464709faaeb1163 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Thu, 21 Sep 2023 14:41:13 +0900 Subject: [PATCH] Add OTP 26.0 to the CI target list --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47dc405..6d081ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - otp: ['24.0', '25.0'] + otp: ['24.0', '25.0', '26.0'] os: [ubuntu-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} @@ -31,7 +31,7 @@ jobs: needs: ci runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: '25.0'