Skip to content

Commit 143e83f

Browse files
committed
Remove CentOS 7 from test matrix
1 parent cd69365 commit 143e83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
matrix:
6363
arch: [ amd64 ]
6464
# arch: [ amd64, arm64 ]
65-
distro: [ alpine.3.13, alpine.3.14, alpine.3.15, alpine.3.16, alpine.3.17, centos.7, centos.stream.8, debian.10, debian.11, fedora.36, ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
65+
distro: [ alpine.3.13, alpine.3.14, alpine.3.15, alpine.3.16, alpine.3.17, centos.stream.8, debian.10, debian.11, fedora.36, ubuntu.18.04, ubuntu.20.04, ubuntu.22.04 ]
6666
sdk: [ '6.0', '7.0' ]
6767
exclude:
6868
- distro: alpine.3.13

0 commit comments

Comments
 (0)