We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2180a4 commit b9e354cCopy full SHA for b9e354c
2 files changed
.github/workflows/beta-release.yml
@@ -10,13 +10,13 @@ jobs:
10
strategy:
11
matrix:
12
distribution:
13
- - buster
14
- - bullseye
15
- bookworm
+ - bullseye
+ - centos_9
16
- focal
17
- jammy
18
- noble
19
- - centos_9
+ - trixie
20
steps:
21
- name: Set version
22
env:
.github/workflows/stable-release.yml
0 commit comments