Skip to content

Commit

Permalink
Merge pull request #8 from ba-st/correct-codec
Browse files Browse the repository at this point in the history
Improved Pharo 9 compatibility
  • Loading branch information
gcotelli committed Sep 1, 2021
2 parents 4fb05b6 + 1995360 commit 37a91f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/loading-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [ Pharo64-8.0, Pharo64-7.0 ]
smalltalk: [ Pharo64-9.0, Pharo64-8.0, Pharo64-7.0 ]
load-spec: [ deployment, dependent-sunit-extensions, tests, tools, development]
name: ${{ matrix.smalltalk }} + ${{ matrix.load-spec }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Auth0-Tests/WillowAuth0Demo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ WillowAuth0Demo class >> start [
<ignoreForCoverage>
self registerAsDevelopmentApplication.
( ZnZincServerAdaptor port: 3000 )
codec: GRPharoUtf8Codec new;
codec: ( GRCodec forEncoding: 'utf8' );
start
]

Expand Down

0 comments on commit 37a91f2

Please sign in to comment.