Skip to content

Commit 3de04f5

Browse files
committed
Issue #326: clean up .yml format
1 parent 5c0f69b commit 3de04f5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci-Client.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,27 @@ jobs:
2222
test: Client
2323
client: Pharo3.0
2424
allowfailure: false
25-
- gs_version: 3.5.5
25+
- gs_version: 3.5.5
2626
test: Client
2727
client: Pharo3.0
2828
allowfailure: false
29-
- gs_version: 3.5.8
29+
- gs_version: 3.5.8
3030
test: Client
3131
client: Pharo3.0
3232
allowfailure: false
33-
- gs_version: 3.6.0
33+
- gs_version: 3.6.0
3434
test: Client
3535
client: Pharo3.0
3636
allowfailure: false
37-
- gs_version: 3.6.3
37+
- gs_version: 3.6.3
3838
test: Client
3939
client: Pharo3.0
4040
allowfailure: false
41-
- gs_version: 3.6.5
41+
- gs_version: 3.6.5
4242
test: Client
4343
client: Pharo3.0
4444
allowfailure: false
45+
4546
env:
4647
GS_VERSION: ${{ matrix.gs_version }}
4748
TEST: ${{ matrix.test }}

.github/workflows/ci-UpgradeTests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- gs_version: 3.6.5
5050
upgrade_from: 3.6.4
5151
allowfailure: false
52-
env:
52+
env:
5353
GS_VERSION: ${{ matrix.gs_version }}
5454
TEST: ${{ matrix.test }}
5555
UPGRADE_FROM: ${{ matrix.upgrade_from }}

0 commit comments

Comments
 (0)