Skip to content

Commit

Permalink
Merge pull request #38 from kirill-zak/37-alpine-linux-3165
Browse files Browse the repository at this point in the history
Add support for Alpine Linux 3.16.5
  • Loading branch information
kirill-zak authored Apr 26, 2023
2 parents 395edda + 49b27c5 commit a60d045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
fail-fast: false

matrix:
tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.17.0]
tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.16.5, 3.17.0]

steps:
- name: Checkout the codebase
Expand All @@ -99,7 +99,7 @@ jobs:
MOLECULE_TAG: ${{ matrix.tag }}

test-centos:
name: Molecule test - CentOS 9
name: Molecule test - CentOS 8
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fail-fast: false

matrix:
tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.17.0]
tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.16.5, 3.17.0]

steps:
- name: Checkout the codebase
Expand Down

0 comments on commit a60d045

Please sign in to comment.