Skip to content

Commit 13f1ad2

Browse files
committed
Update tests
1 parent 0660752 commit 13f1ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_set_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'hwdsl2'
1212
strategy:
1313
matrix:
14-
os_version: ["centos:9s", "centos:8s", "centos:7", "rockylinux:8", "almalinux:9", "almalinux:8"]
14+
os_version: ["centos:9s", "rockylinux:8", "almalinux:9", "almalinux:8"]
1515
fail-fast: false
1616
env:
1717
OS_VERSION: ${{ matrix.os_version }}

.github/workflows/test_set_2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'hwdsl2'
1212
strategy:
1313
matrix:
14-
os_version: ["debian:12", "debian:11", "debian:10"]
14+
os_version: ["debian:12", "debian:11"]
1515
fail-fast: false
1616
container:
1717
image: ${{ matrix.os_version }}

0 commit comments

Comments
 (0)