Skip to content

Commit 42c147b

Browse files
committed
Update workflows to be compatible with branch codeset
1 parent 141694f commit 42c147b

11 files changed

+62
-76
lines changed

.github/workflows/build_on_tag_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Build DO on tag '${{ github.ref_name }}'
33
on:
44
push:
55
tags:
6-
- '7.1.*'
6+
- '7.2.*'
77

88
# new commits with the same key will cancel previously run workflows
99
#concurrency:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
if: ${{ inputs.firebird30 }}
4646
strategy:
4747
matrix:
48-
net: [ 'net5.0', 'net6.0' ]
49-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
48+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
49+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
5050
with:
5151
storage: firebird30
5252
build_config: Release
@@ -65,8 +65,8 @@ jobs:
6565
if: ${{ inputs.firebird40 }}
6666
strategy:
6767
matrix:
68-
net: [ 'net5.0', 'net6.0' ]
69-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
68+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
69+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
7070
with:
7171
storage: firebird40
7272
build_config: Release
@@ -85,8 +85,8 @@ jobs:
8585
if: ${{ inputs.firebird50 }}
8686
strategy:
8787
matrix:
88-
net: [ 'net5.0', 'net6.0' ]
89-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
88+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
89+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
9090
with:
9191
storage: firebird50
9292
build_config: Release

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
if: ${{ inputs.mssql2017 }}
4646
strategy:
4747
matrix:
48-
net: [ 'net5.0', 'net6.0' ]
49-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
48+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
49+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
5050
with:
5151
storage: mssql2017
5252
build_config: Release
@@ -65,8 +65,8 @@ jobs:
6565
if: ${{ inputs.mssql2019 }}
6666
strategy:
6767
matrix:
68-
net: [ 'net5.0', 'net6.0' ]
69-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
68+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
69+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
7070
with:
7171
storage: mssql2019
7272
build_config: Release
@@ -85,8 +85,8 @@ jobs:
8585
if: ${{ inputs.mssql2022 }}
8686
strategy:
8787
matrix:
88-
net: [ 'net5.0', 'net6.0' ]
89-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
88+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
89+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
9090
with:
9191
storage: mssql2022
9292
build_config: Release

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
if: ${{ inputs.mysql55 }}
4646
strategy:
4747
matrix:
48-
net: [ 'net5.0', 'net6.0' ]
49-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
48+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
49+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
5050
with:
5151
storage: mysql55
5252
build_config: Release
@@ -65,8 +65,8 @@ jobs:
6565
if: ${{ inputs.mysql56 }}
6666
strategy:
6767
matrix:
68-
net: [ 'net5.0', 'net6.0' ]
69-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
68+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
69+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
7070
with:
7171
storage: mysql56
7272
build_config: Release
@@ -85,8 +85,8 @@ jobs:
8585
if: ${{ inputs.mysql57 }}
8686
strategy:
8787
matrix:
88-
net: [ 'net5.0', 'net6.0' ]
89-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
88+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
89+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
9090
with:
9191
storage: mysql57
9292
build_config: Release

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
if: ${{ inputs.mysql80 }}
5656
strategy:
5757
matrix:
58-
net: [ 'net5.0', 'net6.0' ]
59-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
58+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
59+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
6060
with:
6161
storage: mysql80
6262
build_config: Release
@@ -75,8 +75,8 @@ jobs:
7575
if: ${{ inputs.mysql81 }}
7676
strategy:
7777
matrix:
78-
net: [ 'net5.0', 'net6.0' ]
79-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
78+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
79+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
8080
with:
8181
storage: mysql81
8282
build_config: Release
@@ -95,8 +95,8 @@ jobs:
9595
if: ${{ inputs.mysql82 }}
9696
strategy:
9797
matrix:
98-
net: [ 'net5.0', 'net6.0' ]
99-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
98+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
99+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
100100
with:
101101
storage: mysql82
102102
build_config: Release
@@ -115,8 +115,8 @@ jobs:
115115
if: ${{ inputs.mysql83 }}
116116
strategy:
117117
matrix:
118-
net: [ 'net5.0', 'net6.0' ]
119-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
118+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
119+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
120120
with:
121121
storage: mysql83
122122
build_config: Release
@@ -135,8 +135,8 @@ jobs:
135135
if: ${{ inputs.mysql84 }}
136136
strategy:
137137
matrix:
138-
net: [ 'net5.0', 'net6.0' ]
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
138+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
139+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql84
142142
build_config: Release

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
if: ${{ inputs.mysql90 }}
5151
strategy:
5252
matrix:
53-
net: [ 'net5.0', 'net6.0' ]
54-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
53+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
54+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
5555
with:
5656
storage: mysql90
5757
build_config: Release
@@ -70,8 +70,8 @@ jobs:
7070
if: ${{ inputs.mysql91 }}
7171
strategy:
7272
matrix:
73-
net: [ 'net5.0', 'net6.0' ]
74-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
73+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
74+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
7575
with:
7676
storage: mysql91
7777
build_config: Release
@@ -90,8 +90,8 @@ jobs:
9090
if: ${{ inputs.mysql92 }}
9191
strategy:
9292
matrix:
93-
net: [ 'net5.0', 'net6.0' ]
94-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
93+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
94+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
9595
with:
9696
storage: mysql92
9797
build_config: Release
@@ -110,8 +110,8 @@ jobs:
110110
if: ${{ inputs.mysql93 }}
111111
strategy:
112112
matrix:
113-
net: [ 'net5.0', 'net6.0' ]
114-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
113+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
114+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
115115
with:
116116
storage: mysql93
117117
build_config: Release

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
if: ${{ inputs.pgsql100 }}
7171
strategy:
7272
matrix:
73-
net: [ 'net5.0', 'net6.0' ]
74-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
73+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
74+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
7575
with:
7676
storage: pgsql100
7777
build_config: Release
@@ -90,8 +90,8 @@ jobs:
9090
if: ${{ inputs.pgsql110 }}
9191
strategy:
9292
matrix:
93-
net: [ 'net5.0', 'net6.0' ]
94-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
93+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
94+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
9595
with:
9696
storage: pgsql110
9797
build_config: Release
@@ -110,8 +110,8 @@ jobs:
110110
if: ${{ inputs.pgsql120 }}
111111
strategy:
112112
matrix:
113-
net: [ 'net5.0', 'net6.0' ]
114-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
113+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
114+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
115115
with:
116116
storage: pgsql120
117117
build_config: Release
@@ -130,8 +130,8 @@ jobs:
130130
if: ${{ inputs.pgsql130 }}
131131
strategy:
132132
matrix:
133-
net: [ 'net5.0', 'net6.0' ]
134-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
133+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
134+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
135135
with:
136136
storage: pgsql130
137137
build_config: Release
@@ -150,8 +150,8 @@ jobs:
150150
if: ${{ inputs.pgsql140 }}
151151
strategy:
152152
matrix:
153-
net: [ 'net5.0', 'net6.0' ]
154-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
153+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
154+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
155155
with:
156156
storage: pgsql140
157157
build_config: Release
@@ -170,8 +170,8 @@ jobs:
170170
if: ${{ inputs.pgsql150 }}
171171
strategy:
172172
matrix:
173-
net: [ 'net5.0', 'net6.0' ]
174-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
173+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
174+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
175175
with:
176176
storage: pgsql150
177177
build_config: Release
@@ -190,8 +190,8 @@ jobs:
190190
if: ${{ inputs.pgsql160 }}
191191
strategy:
192192
matrix:
193-
net: [ 'net5.0', 'net6.0' ]
194-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
193+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
194+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
195195
with:
196196
storage: pgsql160
197197
build_config: Release
@@ -210,8 +210,8 @@ jobs:
210210
if: ${{ inputs.pgsql170 }}
211211
strategy:
212212
matrix:
213-
net: [ 'net5.0', 'net6.0' ]
214-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
213+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
214+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
215215
with:
216216
storage: pgsql170
217217
build_config: Release

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
#test_on_pgsql90:
4545
# name: Tests on PostgreSQL 9.0
4646
# if: ${{ inputs.pgsql90 }}
47-
# uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
47+
# uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
4848
# with:
4949
# storage: pgsql90
5050
# build_config: Release
@@ -63,8 +63,8 @@ jobs:
6363
if: ${{ inputs.pgsql91 }}
6464
strategy:
6565
matrix:
66-
net: [ 'net5.0', 'net6.0' ]
67-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
66+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
67+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
6868
with:
6969
storage: pgsql91
7070
build_config: Release
@@ -83,8 +83,8 @@ jobs:
8383
if: ${{ inputs.pgsql92 }}
8484
strategy:
8585
matrix:
86-
net: [ 'net5.0', 'net6.0' ]
87-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
86+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
87+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
8888
with:
8989
storage: pgsql92
9090
build_config: Release
@@ -103,8 +103,8 @@ jobs:
103103
if: ${{ inputs.pgsql96 }}
104104
strategy:
105105
matrix:
106-
net: [ 'net5.0', 'net6.0' ]
107-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
106+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
107+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
108108
with:
109109
storage: pgsql96
110110
build_config: Release

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
if: ${{ inputs.sqlite3 }}
3636
strategy:
3737
matrix:
38-
net: [ 'net5.0', 'net6.0' ]
39-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@7.1
38+
net: [ 'net6.0', 'net7.0', 'net8.0' ]
39+
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
4040
with:
4141
storage: sqlite3
4242
build_config: Release

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ jobs:
8383
TEST_RESULTS_FOLDER: _Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/${{ inputs.storage }}
8484

8585
steps:
86-
- name: downgrade OpenSSL for net5.0
87-
if: $${{ contains(inputs.target_framework, 'net5.0') }}
88-
timeout-minutes: 3
89-
run: |
90-
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
91-
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
92-
9386
- name: Checkout repo
9487
timeout-minutes: 1
9588
uses: actions/checkout@v4

0 commit comments

Comments
 (0)