Skip to content

Commit

Permalink
test(docker): expand examples to include new Linux containers
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Sep 30, 2024
1 parent 2d9178b commit b65696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- skip-check
strategy:
matrix:
linux-version: [6.1.45]
linux-version: ['6.1.45', '6.1.111', '6.6.52', '6.9.9', '6.11']
if: ${{ ! (github.event_name == 'pull_request_review' && github.actor != 'github-actions[bot]') && needs.skip-check.outputs.changes == 'true' }}
# Skip if pull_request_review on PR not made by a bot
steps:
Expand Down

0 comments on commit b65696e

Please sign in to comment.