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 710673f
Showing 1 changed file with 2 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

0 comments on commit 710673f

Please sign in to comment.