Skip to content

Commit 9937ba7

Browse files
committed
Remove unsupported version of postgres
1 parent 640eb04 commit 9937ba7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/dispatched-pgsql10-tests.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ on:
3636
pgsql140:
3737
description: 'PostgreSQL 14'
3838
type: boolean
39-
default: false
40-
required: true
41-
pgsql150:
42-
description: 'PostgreSQL 15'
43-
type: boolean
4439
default: true
4540
required: true
4641

@@ -153,24 +148,4 @@ jobs:
153148
run_main: true
154149
run_sql: true
155150
run_extensions: true
156-
publish_raw_results: true
157-
158-
test_on_pgsql150:
159-
name: Tests on PostgreSQL 15
160-
if: ${{ inputs.pgsql150 }}
161-
strategy:
162-
matrix:
163-
net: [ 'netcoreapp3.1' ]
164-
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@7.0
165-
with:
166-
storage: pgsql150
167-
build_config: Release
168-
target_framework: ${{ matrix.net }}
169-
specific_sha: ${{ inputs.specific_sha }}
170-
fetch_depth: ${{ fromJSON(inputs.fetch_depth) }}
171-
test_output_verbosity: minimal
172-
test_run_timeout: 30
173-
run_main: true
174-
run_sql: true
175-
run_extensions: true
176151
publish_raw_results: true

0 commit comments

Comments
 (0)