We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda363b commit a17af98Copy full SHA for a17af98
1 file changed
.github/workflows/build.yml
@@ -12,17 +12,17 @@ jobs:
12
fail-fast: false
13
matrix:
14
include:
15
- - name: centos-stream-8
16
- shortcut: cs8
17
- container-name: el8stream
18
- name: centos-stream-9
19
shortcut: cs9
20
container-name: el9stream
+ - name: centos-stream-10
+ shortcut: cs10
+ container-name: el10stream
21
name: ${{ matrix.name }}
22
container:
23
image: quay.io/ovirt/buildcontainer:${{ matrix.container-name }}
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
26
27
- name: Install testing dependencies
28
run: |
0 commit comments