Skip to content

Commit c324152

Browse files
committed
Issue #326: add 3.5.2, which should fail to all workflows
1 parent 608b31b commit c324152

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci-Client.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
gs_version: [ 3.5.5, 3.5.8, 3.6.0, 3.6.5]
17+
gs_version: [ 3.5.2, 3.5.5, 3.5.8, 3.6.0, 3.6.5]
1818
test: [ Clients ]
1919
allowfailure: [ false ]
2020
include:

.github/workflows/ci-Seaside3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
gs_version: [ 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
17+
gs_version: [ 3.5.2, 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
1818
allowfailure: [ false ]
1919
env:
2020
GS_VERSION: ${{ matrix.gs_version }}

.github/workflows/ci-SmalltalkCI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
gs_version: [ 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
17+
gs_version: [ 3.5.2, 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
1818
test: [ SmalltalkCI ]
1919
allowfailure: [ false ]
2020
env:

.github/workflows/ci-UnitTest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
gs_version: [ 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
17+
gs_version: [ 3.5.2, 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
1818
test: [ UnitTests, BasicA, BasicB ]
1919
allowfailure: [false]
2020
env:

.github/workflows/ci-UpgradeTests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
gs_version: [ 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
17+
gs_version: [ 3.5.2, 3.5.5, 3.5.8, 3.6.0, 3.6.5 ]
1818
allowfailure: [ false ]
1919
test: [ Upgrade_unittest ]
20-
env:
20+
env:
2121
GS_VERSION: ${{ matrix.gs_version }}
2222
TEST: ${{ matrix.test }}
2323
UPGRADE_FROM: ${{ matrix.upgrade_from }}

0 commit comments

Comments
 (0)