Skip to content

Commit

Permalink
Add support for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Jul 3, 2024
1 parent 8e898db commit 0504d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
platforms: [
{ os: "ubuntu-20.04", errbit: "True" },
{ os: "ubuntu-22.04", errbit: "False"}
{ os: "ubuntu-22.04", errbit: "False"},
{ os: "ubuntu-24.04", errbit: "False"}
]
rails_env: [staging, production]
steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ A remote server with one of the supported distributions:

- Ubuntu 20.04 x64
- Ubuntu 22.04 x64
- Ubuntu 24.04 x64
- Debian Bullseye x64
- Debian Bookworm x64

Expand Down

0 comments on commit 0504d3b

Please sign in to comment.