Skip to content

Commit

Permalink
ci(default): all but 22.04 as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Jul 4, 2024
1 parent 65b2dc6 commit 4ddc59b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- molecule_distro: 'centos:7'
experimental: true # SSL CERTIFICATE_VERIFY_FAILED remirepo
- molecule_ditro: 'debian:bullseye'
experimental: false
experimental: true
- molecule_distro: 'rockylinux:9'
experimental: true
- molecule_distro: 'rockylinux:8'
experimental: true
- molecule_distro: 'ubuntu:22.04'
experimental: true
- molecule_distro: 'ubuntu:20.04'
experimental: false
- molecule_distro: 'ubuntu:20.04'
experimental: true
env:
ANSIBLE_CALLBACKS_ENABLED: profile_tasks
MOLECULE_NO_LOG: "false"
Expand Down

0 comments on commit 4ddc59b

Please sign in to comment.