Skip to content

Commit

Permalink
Add support for Ruby 3.3
Browse files Browse the repository at this point in the history
Fixes #8056
  • Loading branch information
gbp committed Jan 2, 2024
1 parent e15d9bc commit db1c438
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 @@ -56,6 +56,7 @@ jobs:
- { ruby: '3.0', postgres: 13.5 }
- { ruby: '3.1', postgres: 13.5 }
- { ruby: '3.2', postgres: 13.5 }
- { ruby: '3.3', 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 @@ -40,6 +40,7 @@ Every Alaveteli commit is tested by GitHub Actions on the [following Ruby platfo
* ruby-3.0
* ruby-3.1
* ruby-3.2
* ruby-3.3

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.0.4), 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.3 (Graeme Porteous)
* Add link from incoming message to admin page for attachments (Gareth Rees)
* Add XSLX spreadsheet analyser to automatically detect hidden data (Helen
Cross, Graeme Porteous)
Expand Down

0 comments on commit db1c438

Please sign in to comment.