Skip to content

Commit

Permalink
unify ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Feb 7, 2024
1 parent ec0c611 commit 3410e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['rocky8']
os: ['rocky8', 'ub2204', 'deb11']
puppet_version: [7]

name: Acceptance / ${{ matrix.os }} / Puppet ${{ matrix.puppet_version }}
Expand All @@ -53,8 +53,8 @@ jobs:
echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
sudo service docker restart
- name: Checkout source
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 3410e52

Please sign in to comment.