Skip to content

Commit 78e8957

Browse files
committed
Update tests
1 parent 1093b03 commit 78e8957

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_set_1.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository_owner == 'hwdsl2'
1818
strategy:
1919
matrix:
20-
os_version: ["centos:9s", "centos:8s", "centos:7", "rockylinux:8", "almalinux:9", "almalinux:8", "amazonlinux:2", "oraclelinux:9", "oraclelinux:8", "oraclelinux:7"]
20+
os_version: ["centos:9s", "centos:7", "rockylinux:8", "almalinux:9", "almalinux:8", "amazonlinux:2", "oraclelinux:9", "oraclelinux:8", "oraclelinux:7"]
2121
fail-fast: false
2222
env:
2323
OS_VERSION: ${{ matrix.os_version }}
@@ -567,8 +567,6 @@ jobs:
567567
568568
if [ "$OS_VERSION" = "centos:9s" ]; then
569569
echo "FROM quay.io/centos/centos:stream9" > Dockerfile
570-
elif [ "$OS_VERSION" = "centos:8s" ]; then
571-
echo "FROM quay.io/centos/centos:stream8" > Dockerfile
572570
else
573571
echo "FROM $OS_VERSION" > Dockerfile
574572
fi

0 commit comments

Comments
 (0)