From b0a13aa251dd010b45f5c2dd7f3a9df1c54fbba3 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Sun, 3 Mar 2024 19:44:20 +0100 Subject: [PATCH] test in latest version of jruby --- .github/workflows/ci-mysql5.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-mysql5.yml b/.github/workflows/ci-mysql5.yml index 09c494c..bb47382 100644 --- a/.github/workflows/ci-mysql5.yml +++ b/.github/workflows/ci-mysql5.yml @@ -42,6 +42,12 @@ jobs: - ruby: jruby rails: 6.1 adapter: jdbcmysql + - ruby: jruby + rails: "7.0" + adapter: jdbcmysql + - ruby: jruby + rails: 7.1 + adapter: jdbcmysql steps: - name: Checkout uses: actions/checkout@v4