From 65ec3ad73dfd7b1aafc35d2f90a1b5d3fc34c74a Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Tue, 17 Dec 2024 12:24:45 +0200 Subject: [PATCH] update ci --- .github/workflows/build.yml | 6 +++--- .tool-versions | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab3089b..dd8cc82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.7', '3.0', '3.1', '3.2'] - libwebp: ['0.4.4', '1.0.2', '1.3.1'] + ruby: ['3.0', '3.1', '3.2', '3.3'] + libwebp: ['0.4.4', '1.0.2', '1.4.0'] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 diff --git a/.tool-versions b/.tool-versions index f2a971a..1dd1998 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.2.2 +ruby 3.3.5