Skip to content

Commit

Permalink
update images (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Oct 27, 2023
1 parent 64cf00d commit a417f29
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,36 @@ include:
runs-on: "ubuntu-22.04"
addional-tags: "latest"

# 2.13.12
# 2.13.13
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.13.12"
ansible-core-version: "2.13.13"
runs-on: "ubuntu-22.04"

- base-image: "python:3.10-slim"
ansible-core-version: "2.13.12"
ansible-core-version: "2.13.13"
runs-on: "ubuntu-22.04"
addional-tags: "latest"

# 2.14.10
# 2.14.11
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.14.10"
ansible-core-version: "2.14.11"
runs-on: "ubuntu-22.04"

- base-image: "python:3.11-slim"
ansible-core-version: "2.14.10"
ansible-core-version: "2.14.11"
runs-on: "ubuntu-22.04"
addional-tags: "latest"

# 2.15.4
# 2.15.5
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.15.4"
ansible-core-version: "2.15.5"
runs-on: "ubuntu-22.04"

- base-image: "python:3.11-slim"
ansible-core-version: "2.15.4"
ansible-core-version: "2.15.5"
runs-on: "ubuntu-22.04"

- base-image: "python:3.12-slim"
ansible-core-version: "2.15.5"
runs-on: "ubuntu-22.04"
addional-tags: "latest"

0 comments on commit a417f29

Please sign in to comment.