Skip to content

Commit 6b38349

Browse files
committed
Update supported distros
1 parent 0f16963 commit 6b38349

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,15 @@ jobs:
7373
matrix:
7474
arch: [ amd64 ]
7575
# arch: [ amd64, arm64 ]
76-
distro: [ alpine.3.17, alpine.3.18, centos.stream.8, debian.11, fedora.37, ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
76+
distro: [ alpine.3.17, alpine.3.18, alpine.3.19, alpine.3.20, centos.stream.9, debian.12, fedora.39, fedora.40, ubuntu.20.04, ubuntu.22.04, ubuntu.24.04 ]
7777
sdk: [ '8.0', '9.0' ]
78+
exclude:
79+
- distro: alpine.3.17
80+
sdk: '9.0'
81+
- distro: alpine.3.18
82+
sdk: '9.0'
83+
- distro: fedora.39
84+
sdk: '9.0'
7885
include:
7986
- sdk: '8.0'
8087
tfm: net8.0

0 commit comments

Comments
 (0)