Skip to content

Bump bundled Postgres to 17.4 #544

Bump bundled Postgres to 17.4

Bump bundled Postgres to 17.4 #544

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- ci
pull_request:
branches:
- "*"
jobs:
lint:
strategy:
matrix:
# A separate run on Windows is needed
# because typing of stdlib might be different.
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions: {}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # 3.2.2
- uses: python/mypy@9397454fb5aead107461b089e7cf190bf538d20a # 1.5.0
with:
install_types: no
paths: edgedbpkg