We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876ec08 commit cac8c94Copy full SHA for cac8c94
.github/workflows/test-kitchen.yml
@@ -12,7 +12,7 @@ concurrency:
12
jobs:
13
kitchen:
14
name: Test Kitchen
15
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
16
permissions:
17
packages: read
18
strategy:
@@ -116,6 +116,7 @@ jobs:
116
- wiki
117
os:
118
- ubuntu-2204
119
+ - ubuntu-2404
120
include:
121
- os: ubuntu-2004
122
suite: mailman
@@ -128,6 +129,10 @@ jobs:
128
129
os: ubuntu-2204
130
- suite: osqa
131
132
+ - suite: mailman
133
+ os: ubuntu-2404
134
+ - suite: osqa
135
136
fail-fast: false
137
steps:
138
- name: Login to GitHub Container Registry
0 commit comments