We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea4a57 commit a60c662Copy full SHA for a60c662
.github/workflows/packaging.yml
@@ -25,12 +25,16 @@ jobs:
25
- { os: 'fedora', dist: '32' }
26
- { os: 'fedora', dist: '33' }
27
- { os: 'fedora', dist: '34' }
28
+ - { os: 'fedora', dist: '35' }
29
+ - { os: 'fedora', dist: '36' }
30
- { os: 'opensuse-leap', dist: '15.1' }
31
- { os: 'opensuse-leap', dist: '15.2' }
32
- { os: 'ubuntu', dist: 'xenial' }
33
- { os: 'ubuntu', dist: 'bionic' }
34
- { os: 'ubuntu', dist: 'focal' }
35
- { os: 'ubuntu', dist: 'hirsute' }
36
+ - { os: 'ubuntu', dist: 'impish' }
37
+ - { os: 'ubuntu', dist: 'jammy' }
38
39
env:
40
OS: ${{ matrix.platform.os }}
0 commit comments