We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d92eb1 commit 0fa2930Copy full SHA for 0fa2930
1 file changed
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- pg: [17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4, 9.3, 9.2, 9.1, 9.0, 8.4, 8.3, 8.2]
+ pg: [17, 16, 15, 14, 13, 12, 11, 10]
8
name: 🐘 PostgreSQL ${{ matrix.pg }}
9
runs-on: ubuntu-latest
10
container: pgxn/pgxn-tools
0 commit comments