Skip to content

Commit 99a0934

Browse files
committed
ubuntu 三个系统测试
1 parent 4c57d53 commit 99a0934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-app-mysql56.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest]
19+
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-22.04]
2020
runs-on: ${{ matrix.os }}
2121
#runs-on: ubuntu-latest
2222

.github/workflows/python-app-mysql57.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest]
19+
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-22.04]
2020
runs-on: ${{ matrix.os }}
2121
#runs-on: ubuntu-latest
2222

.github/workflows/python-app-mysql80.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest]
19+
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-22.04]
2020
runs-on: ${{ matrix.os }}
2121
#runs-on: ubuntu-latest
2222

0 commit comments

Comments
 (0)