Skip to content

Commit 0bead0a

Browse files
committed
rmv needless version constraints in mysql, spanner, postgres
1 parent 27a2265 commit 0bead0a

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
@@ -16,10 +16,6 @@ concurrency:
1616
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1717
cancel-in-progress: true
1818

19-
env:
20-
RUST_VERSION: "1.91" # RUST_VER
21-
PYTHON_VERSION: "3.12" # PY_VER
22-
2319
permissions: {} # workflow-level default — deny all
2420

2521
jobs:

.github/workflows/postgres.yml

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

19-
env:
20-
RUST_VERSION: "1.91"
21-
PYTHON_VERSION: "3.12"
22-
2319
permissions: {} # workflow-level default — deny all
2420

2521
jobs:

.github/workflows/spanner.yml

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

19-
env:
20-
RUST_VERSION: "1.91" # RUST_VER
21-
PYTHON_VERSION: "3.12" # PY_VER
22-
2319
permissions: {} # workflow-level default — deny all
2420

2521
jobs:

0 commit comments

Comments
 (0)