Skip to content

Commit

Permalink
added 2.16, 2.16 and updated 2.15 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Jun 22, 2024
1 parent a96c2f6 commit 1813f37
Showing 1 changed file with 35 additions and 7 deletions.
42 changes: 35 additions & 7 deletions .github/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ include:
runs-on: "ubuntu-22.04"
addional-tags: "latest"

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

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

Expand All @@ -60,16 +60,44 @@ include:
runs-on: "ubuntu-22.04"
addional-tags: "latest"

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

- base-image: "python:3.11-slim"
ansible-core-version: "2.15.9"
ansible-core-version: "2.15.12"
runs-on: "ubuntu-22.04"

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

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

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

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

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

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

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

0 comments on commit 1813f37

Please sign in to comment.