From 6993840648b03aac28b88a3bf20fc66e7d9bf068 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 29 Dec 2022 11:53:54 +0100 Subject: Test against Ruby 3.2 and JRuby 9.4 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5beb68a..e8bcb473 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,10 @@ jobs: - ruby: 2.7 - ruby: "3.0" ### must be quoted otherwise will be treated as "3" which resolves to latest 3.x version - ruby: 3.1 + - ruby: 3.2 - ruby: jruby-9.2 - ruby: jruby-9.3 + - ruby: jruby-9.4 steps: - uses: actions/checkout@v2 -- cgit v1.2.3 From 24cc40cc2db0b43b0b897e8d1d0a65549e958b3e Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 29 Dec 2022 11:54:10 +0100 Subject: Update deprecated GitHub action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8bcb473..b080211a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - ruby: jruby-9.4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install ruby uses: ruby/setup-ruby@v1 -- cgit v1.2.3