Skip to content

Commit

Permalink
Add support for testing 8.4 and C10S
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 8, 2024
1 parent 09e0a12 commit 754af65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "8.0" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s" ]
version: [ "8.0", "8.4" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
test_case: [ "container" ]

if: |
Expand Down

0 comments on commit 754af65

Please sign in to comment.