Skip to content

Commit aec7d4a

Browse files
authored
Merge pull request #23 from mumez/develop
Updated CI workflow for testing on Pharo 13
2 parents cd34844 + f7f2f85 commit aec7d4a

File tree

2 files changed

+3
-2
lines changed
  • .github/workflows
  • repository/BaselineOfSIXX.package/BaselineOfSIXX.class/instance

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
smalltalk: [Pharo64-10, Pharo64-11, Pharo64-12, Squeak64-6.0]
11+
smalltalk:
12+
[Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13, Squeak64-6.0]
1213
experimental: [false]
1314
continue-on-error: ${{ matrix.experimental }}
1415
name: ${{ matrix.smalltalk }}

repository/BaselineOfSIXX.package/BaselineOfSIXX.class/instance/baseline..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ baseline: spec
3333
spec package: 'SIXX-InOut-Common' with: [spec includes: 'SIXX-InOut-Pharo'].
3434
spec package: 'SIXX-InOut-Pharo' with: [spec requires: #('SIXX-Pharo' 'SIXX-InOut-Common')].
3535
].
36-
spec for: #(#'pharo11.x' #'pharo12.x') do:[
36+
spec for: #(#'pharo11.x' #'pharo12.x' #'pharo13.x') do:[
3737
spec package: 'SIXX-InOut-Common' with: [spec includes: 'SIXX-InOut-Pharo110'].
3838
spec package: 'SIXX-InOut-Pharo110' with: [spec requires: #('SIXX-Pharo' 'SIXX-InOut-Common')].
3939
].

0 commit comments

Comments
 (0)