Skip to content

Commit

Permalink
ci(default): add ubuntu:24.04 (#95)
Browse files Browse the repository at this point in the history
## Description
add testing on ubuntu:24.04 for ci default.

## Motivation and Context
Test on latest ubuntu LTS release

## How Has This Been Tested?
github action

## Types of changes
- [x] New feature (non-breaking change which adds functionality)

## Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] I have read the **CONTRIBUTING** document.
- [x] I have added tests to cover my changes.
- [x] All new and existing tests passed including pre-commit and github
actions.
- [ ] Used in production.
  • Loading branch information
juju4 committed Jul 7, 2024
2 parents 8632dc1 + 6b8e2c1 commit 06d9b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
experimental: false
- molecule_distro: 'centos:7'
experimental: true
- molecule_distro: 'ubuntu:24.04'
experimental: false
- molecule_distro: 'ubuntu:22.04'
experimental: false
- molecule_distro: 'ubuntu:20.04'
Expand Down

0 comments on commit 06d9b1e

Please sign in to comment.