From ff279a374f1bf7932ed50b0cced73541b8fb2d2e Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Sun, 28 Dec 2025 22:30:30 +0700 Subject: [PATCH] CI: add Ruby 4.0 and 3.4 to the test matrix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7c2f22..528ae59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,9 +8,9 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ] + ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install libexiv2-dev run: | sudo apt-get update --quiet