From 62f813d67d1c3058387d8c1e3f7ab3229ce76104 Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Mon, 13 Jan 2025 17:26:24 +0000 Subject: [PATCH] Add support for Ruby 3.4 --- .github/workflows/ci.yml | 1 + README.md | 1 + doc/CHANGES.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864dcf9599..8fe3276926 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: include: - { ruby: '3.2', postgres: 13.5 } - { ruby: '3.3', postgres: 13.5 } + - { ruby: '3.4', postgres: 13.5 } services: postgres: diff --git a/README.md b/README.md index 50a55314cd..601414c1db 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Every Alaveteli commit is tested by GitHub Actions on the [following Ruby platfo * ruby-3.2 * ruby-3.3 +* ruby-3.4 If you use a ruby version management tool (such as RVM or .rbenv) and want to use the default development version used by the Alaveteli team (currently 3.2.6), you can create a `.ruby-version` symlink with a target of `.ruby-version.example` to switch to that automatically in the project directory. diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 7768f28aeb..334bf00a95 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -2,6 +2,7 @@ ## Highlighted Features +* Add support for Ruby 3.4 (Graeme Porteous) * Add support for Ruby 3.3 (Graeme Porteous) * Update Rails application framework defaults (Graeme Porteous) * Drop support for Ruby 3.1 (Graeme Porteous)