Skip to content

Commit e2aa27c

Browse files
committed
only test 0.9.0
1 parent 0d44b2c commit e2aa27c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
matrix:
1414
include:
1515
- {python: '3.12', pypgstac: '0.9.*'}
16-
- {python: '3.12', pypgstac: '0.8.*'}
17-
- {python: '3.11', pypgstac: '0.8.*'}
18-
- {python: '3.9', pypgstac: '0.8.*'}
19-
- {python: '3.8', pypgstac: '0.8.*'}
16+
- {python: '3.11', pypgstac: '0.9.*'}
17+
- {python: '3.10', pypgstac: '0.9.*'}
18+
- {python: '3.9', pypgstac: '0.9.*'}
19+
- {python: '3.8', pypgstac: '0.9.*'}
2020

2121
timeout-minutes: 20
2222

0 commit comments

Comments
 (0)