Skip to content

Commit 771c4a3

Browse files
committed
rmv useless version deps from db workflows
1 parent fbec254 commit 771c4a3

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/mysql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ concurrency:
1414
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1515
cancel-in-progress: true
1616

17-
env:
18-
RUST_VERSION: "1.91" # RUST_VER
19-
PYTHON_VERSION: "3.14" # PY_VER
20-
2117
permissions: {} # workflow-level default — deny all
2218

2319
jobs:

.github/workflows/postgres.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ concurrency:
1414
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1515
cancel-in-progress: true
1616

17-
env:
18-
RUST_VERSION: "1.91"
19-
PYTHON_VERSION: "3.14"
20-
2117
permissions: {} # workflow-level default — deny all
2218

2319
jobs:

.github/workflows/spanner.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ concurrency:
1414
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1515
cancel-in-progress: true
1616

17-
env:
18-
RUST_VERSION: "1.91" # RUST_VER
19-
PYTHON_VERSION: "3.14" # PY_VER
20-
2117
permissions: {} # workflow-level default — deny all
2218

2319
jobs:

0 commit comments

Comments
 (0)