Skip to content

Commit

Permalink
Merge pull request #31 from darkwizard242/feature/add-support-for-ubu…
Browse files Browse the repository at this point in the history
…ntu-noble

Add support for Ubuntu Noble
  • Loading branch information
darkwizard242 committed Apr 9, 2024
2 parents 2e885c5 + f6528cf commit 8e3c6ea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'
fetch-depth: 0
Expand All @@ -51,17 +51,17 @@ jobs:
strategy:
max-parallel: 10
matrix:
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]

steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'

- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'

- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Ali Muhammad
Copyright (c) 2024 Ali Muhammad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- noble
- jammy
- focal
- bionic
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ lint: |
flake8
platforms:
- name: ${DISTRO:-ubuntu-22.04}
image: "darkwizard242/ansible:${DISTRO:-ubuntu-22.04}"
- name: ${DISTRO:-ubuntu-24.04}
image: "darkwizard242/ansible:${DISTRO:-ubuntu-24.04}"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
pre_build_image: true
Expand Down

0 comments on commit 8e3c6ea

Please sign in to comment.