Skip to content

Commit bf28b2e

Browse files
committed
CI: Update PROJ versions in test matrix
1 parent db7b583 commit bf28b2e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
python-version: ['3.8', '3.9', '3.10', '3.11']
43-
proj-version: ['9.1.0']
43+
proj-version: ['9.2.0']
4444
include:
45+
- python-version: '3.9'
46+
proj-version: '9.1.1'
47+
- python-version: '3.9'
48+
proj-version: '9.1.0'
4549
- python-version: '3.9'
4650
proj-version: '9.0.1'
4751
steps:
@@ -126,6 +130,10 @@ jobs:
126130
python-version: '*'
127131
python-implementation: pypy
128132
proj-version: '*'
133+
- os: ubuntu-latest
134+
python-version: '*'
135+
python-implementation: python
136+
proj-version: '9.1.1'
129137
steps:
130138
- uses: actions/checkout@v3
131139

0 commit comments

Comments
 (0)