Skip to content

Commit

Permalink
Add support for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 14, 2025
1 parent ba82001 commit 62f813d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 62f813d

Please sign in to comment.