From ccbbe873f87e56137f54120643e78e9d411fc600 Mon Sep 17 00:00:00 2001 From: Faisal N Jawdat Date: Sun, 12 Jan 2025 20:05:31 +0000 Subject: [PATCH] Update CI harness include and use Ruby 3.4. --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3abeba6..d5725091 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: - '3.1' - '3.2' - '3.3' + - '3.4' experimental: [false] include: - ruby-version: 'ruby-head' @@ -61,6 +62,7 @@ jobs: - '3.1' - '3.2' - '3.3' + - '3.4' experimental: [false] include: - ruby-version: 'ruby-head' @@ -90,6 +92,7 @@ jobs: - '3.1' - '3.2' - '3.3' + - '3.4' experimental: [false] include: - ruby-version: 'ruby-head' @@ -119,6 +122,7 @@ jobs: - '3.1' - '3.2' - '3.3' + - '3.4' experimental: [false] include: - ruby-version: 'ruby-head' @@ -146,7 +150,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '3.4' bundler-cache: true cache-version: 1 - name: Run markdownlint