Skip to content

Commit 6d37984

Browse files
committed
GHA: Remove pg13 testing, add a line for latest
1 parent 8941ee3 commit 6d37984

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ jobs:
2929
#- { tag: pg13-geos39-gdal31-proj71, mode: tests }
3030
#- { tag: pg13-geos39-gdal31-proj71, mode: coverage }
3131
#- { tag: pg13-geos39-gdal31-proj71, mode: usan_gcc }
32-
- { tag: pg13-clang-geos39-gdal31-proj71, mode: usan_clang }
32+
#- { tag: pg14-clang-geos39-gdal31-proj71, mode: usan_clang }
3333
# Run tests with different dependency combinations
34-
# - { tag: latest, mode: tests }
34+
- { tag: latest, mode: tests }
3535
- { tag: latest, mode: garden }
36-
- { tag: pg13-geos38-gdal31-proj71, mode: tests }
37-
- { tag: pg12-geos38-gdal30-proj611, mode: tests }
3836

3937
runs-on: ubuntu-latest
4038
steps:

0 commit comments

Comments
 (0)