Skip to content

Commit

Permalink
Bump travis dist to ubuntu jammy
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Grare <[email protected]>
  • Loading branch information
agrare committed Oct 8, 2024
1 parent d97d0df commit 39288a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: ruby
cache: bundler
dist: bionic
dist: jammy

rvm:
- 2.7
- 3.0.6 # NOTE: there is an issue with missing development tools with 3.0.7
- 3.0
- 3.1
- 3.2

Expand All @@ -16,7 +16,7 @@ jobs:

before_install:
- sudo apt-get update
- sudo apt-get install python
- sudo apt-get install python3
- nvm install 16.15.1
- nvm use node
- gem install bundler -v 2.4.22
Expand Down

0 comments on commit 39288a0

Please sign in to comment.