Skip to content

chore(deps): update python docker tag to v3.14 #102

chore(deps): update python docker tag to v3.14

chore(deps): update python docker tag to v3.14 #102

Workflow file for this run

---
name: Ansible Molecule
on: [push, pull_request]
permissions: {}
jobs:
test:
runs-on: ubuntu-24.04 # ubuntu latest will for all RHEL-based distros: https://github.com/rocky-linux/sig-cloud-instance-images/issues/56
container:
image: python:3.14@sha256:4fad23465a06cc5149a541fbec6f87e234a64dc0550f6bfdd2d290d8f03240df
strategy:
fail-fast: false
matrix:
config:
- image: "debian13"
- image: "fedora43"
- image: "ubuntu2404"
- image: "rockylinux9"
steps:
- name: checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
path: "${{ github.repository }}"
persist-credentials: false
- name: molecule
uses: gofrolist/molecule-action@9eb6dac7c5fc6dc05ccfe2fe8b01e06628513646 # v2.7.93
with:
molecule_working_dir: "${{ github.repository }}/extensions"
env:
image: ${{ matrix.config.image }}