Skip to content

Commit

Permalink
GHA run tests against Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jun 27, 2024
1 parent d6bfb45 commit f5b1b69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
kitchen:
name: Test Kitchen
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
packages: read
strategy:
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
- wiki
os:
- ubuntu-2204
- ubuntu-2404
include:
- os: ubuntu-2004
suite: mailman
Expand All @@ -132,6 +133,12 @@ jobs:
os: ubuntu-2204
- suite: otrs
os: ubuntu-2204
- suite: mailman
os: ubuntu-2404
- suite: osqa
os: ubuntu-2404
- suite: otrs
os: ubuntu-2404
fail-fast: false
steps:
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit f5b1b69

Please sign in to comment.