Skip to content

Commit 19baf81

Browse files
committed
Exclude net7.0 from auto tests, only LTS versions of net left
*for Firebird 5 only net8.0
1 parent 8ca0692 commit 19baf81

9 files changed

+9
-9
lines changed

.github/workflows/auto-firebird5-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
name: Tests on Firebird 5
154154
strategy:
155155
matrix:
156-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
156+
net: [ 'net8.0' ]
157157
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
158158
#
159159
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-mssql2019-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
name: Tests on MS SQL Server 2019
145145
strategy:
146146
matrix:
147-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
147+
net: [ 'net6.0', 'net8.0' ] # only LTS
148148
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
149149
#
150150
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-mysql57-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
name: Tests on MySQL 5.7
151151
strategy:
152152
matrix:
153-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
153+
net: [ 'net6.0', 'net8.0' ] # only LTS
154154
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
155155
#
156156
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-mysql80-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
name: Tests on MySQL 8.0
154154
strategy:
155155
matrix:
156-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
156+
net: [ 'net6.0', 'net8.0' ] # only LTS
157157
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
158158
#
159159
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-mysql90-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
name: Tests on MySQL 9.0
154154
strategy:
155155
matrix:
156-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
156+
net: [ 'net6.0', 'net8.0' ] # only LTS
157157
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
158158
#
159159
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-pgsql140-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
name: Tests on PostgreSQL 14.0
145145
strategy:
146146
matrix:
147-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
147+
net: [ 'net6.0', 'net8.0' ] # only LTS
148148
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
149149
#
150150
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-pgsql170-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
name: Tests on PostgreSQL 17.0
154154
strategy:
155155
matrix:
156-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
156+
net: [ 'net6.0', 'net8.0' ] # only LTS
157157
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
158158
#
159159
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-pgsql96-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
name: Tests on PostgreSQL 9.6
154154
strategy:
155155
matrix:
156-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
156+
net: [ 'net6.0', 'net8.0' ] # only LTS
157157
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
158158
#
159159
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-sqlite3-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
name: Tests on SQLite 3
143143
strategy:
144144
matrix:
145-
net: [ 'net6.0', 'net7.0', 'net8.0' ]
145+
net: [ 'net6.0', 'net8.0' ] # only LTS
146146
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
147147
#
148148
# push filter - to cover pushes from the team to main branch of major version

0 commit comments

Comments
 (0)