Skip to content

Commit

Permalink
Test against Fedora 34, 35 (latest) and 36/rawhide.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 15, 2021
1 parent 3dd2657 commit 8879764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].0
uses: robertdebock/[email protected].2
with:
command: lint
test:
Expand All @@ -44,7 +44,7 @@ jobs:
- image: "debian"
tag: "bookworm"
- image: "fedora"
tag: "33"
tag: "34"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -63,7 +63,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/[email protected].0
uses: robertdebock/[email protected].2
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: robertdebock/github-action-molecule:3.3.0
image: robertdebock/github-action-molecule:3.3.1

services:
- docker:dind
Expand Down Expand Up @@ -27,7 +27,7 @@ molecule:
- image: "debian"
tag: "bookworm"
- image: "fedora"
tag: "33"
tag: "34"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand Down

0 comments on commit 8879764

Please sign in to comment.