File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments