Skip to content

Commit

Permalink
Merge pull request #50 from ba-st/correct-codec
Browse files Browse the repository at this point in the history
Improved Pharo 9 compatibility
  • Loading branch information
gcotelli authored Sep 1, 2021
2 parents 5a6125c + 6109db6 commit 2898e1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Pharo64-8.0, Pharo64-7.0, Pharo32-7.0 ]
smalltalk: [ Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, Pharo32-7.0 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/loading-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [ Pharo64-8.0, Pharo64-7.0 ]
load-spec: [ deployment, dependent-sunit-extensions, tests, tools, development]
smalltalk: [ Pharo64-9.0, Pharo64-8.0, Pharo64-7.0 ]
load-spec: [ deployment, development]
name: ${{ matrix.smalltalk }} + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Smalltalks2017Presentation class >> start [
WPB4TestRunner registerAsDevelopmentApplication.
WPLiveDocumentation registerAsDevelopmentApplication.
( ZnZincServerAdaptor port: 8080 )
codec: GRPharoUtf8Codec new;
codec: ( GRCodec forEncoding: 'utf8' );
start
]

Expand Down

0 comments on commit 2898e1a

Please sign in to comment.