run old-version CI against oldest supported Python

This commit is contained in:
Sarah Hoffmann
2025-07-19 15:25:23 +02:00
parent 8bb53c22be
commit a725cab2fc

View File

@@ -44,11 +44,13 @@ jobs:
postgresql: 12
lua: '5.1'
dependencies: pip
python: '3.9'
- flavour: ubuntu-24
ubuntu: 24
postgresql: 17
lua: '5.3'
dependencies: apt
python: 'builtin'
runs-on: ubuntu-${{ matrix.ubuntu }}.04
@@ -75,6 +77,12 @@ jobs:
key: osm2pgsql-bin-22-1
if: matrix.ubuntu == '22'
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
if: matrix.python != 'builtin'
- name: Compile osm2pgsql
run: |
if [ ! -f /usr/local/bin/osm2pgsql ]; then