Skip to content

Commit

Permalink
Merge pull request #29 from jobscore/feat/support_ubuntu_24
Browse files Browse the repository at this point in the history
Add support for Ubuntu 24
  • Loading branch information
GlauberrBatista authored Oct 15, 2024
2 parents 128999a + 4d33e39 commit d0a8eda
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ruby_path: /usr/local

ruby_version: 3.2.2
ruby_version: 3.3.5

ruby_disable_gem_docs: false

Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
hosts: all
roles:
- role: ansible-role-ruby
ruby_version: 3.2.2
ruby_version: 3.3.5
2 changes: 2 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ platforms:
image: ubuntu:focal
- name: jammy
image: ubuntu:jammy
- name: noble
image: ubuntu:noble
provisioner:
name: ansible
lint:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- hosts: all
vars:
ruby_version: 3.2.2
ruby_version: 3.3.5
roles:
- ansible-role-ruby
post_tasks:
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: Ensure needed APT packages are installed
apt:
name: "{{ apt_packages }}"
pkg: "{{ apt_packages }}"
state: present
update_cache: true

Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ __base_packages:
- libgdbm-dev
- libpq-dev
- libmysqlclient-dev
- 'libgdbm[0-9]'
- "libgdbm[0-9]*"
- rustc

0 comments on commit d0a8eda

Please sign in to comment.