Skip to content

Commit

Permalink
Increased upper Ubuntu test version to Jammy (#224)
Browse files Browse the repository at this point in the history
The old LTS release of Ubuntu.
  • Loading branch information
freemanjp authored Nov 20, 2024
1 parent 8573e36 commit c499e47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

test:
name: Molecule test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
test-all:
if: ${{ always() }}
name: Test (matrix)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- lint
- test
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Requirements

* Bionic (18.04)
* Focal (20.04)
* Jammy (22.04)

* RedHat Family

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ galaxy_info:
versions:
- bionic
- focal
- jammy
- name: Debian
versions:
- buster
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-maven-ubuntu-max
image: ubuntu:20.04
image: ubuntu:22.04

provisioner:
name: ansible
Expand Down

0 comments on commit c499e47

Please sign in to comment.