Skip to content

Commit

Permalink
Merge pull request #12 from GsDevKit/pharocompat-move
Browse files Browse the repository at this point in the history
Address issue #11
  • Loading branch information
dalehenrich committed Aug 11, 2023
2 parents 73ca9a2 + 773a182 commit 4e5caa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
smalltalk: [ GemStone64-3.6.1, GemStone64-3.5.6, GemStone64-3.4.5, GemStone64-3.3.9, GemStone64-3.2.17, GemStone64-3.1.0.6 ]
smalltalk: [ GemStone64-3.6.5, GemStone64-3.5.7 ]
experimental: [ false ]
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
Expand All @@ -32,7 +32,7 @@ jobs:
name: Post Workflow Status To Slack
needs:
- build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ baseline: spec
spec
loads: #('GsSqueakCommon');
repository: 'github://glassdb/glass:master/repository' ];
configuration: 'GsPharo'
baseline: 'GsPharo'
with: [
spec
version: '0.9.3';
repository: 'http://seaside.gemtalksystems.com/ss/PharoCompat' ];
className: 'BaselineOfPharoCompatibility';
loads: #('GsPharo-Core');
repository: 'github://GsDevKit/PharoCompatibility' ];
yourself.
spec
package: 'Cryptography'
Expand Down

0 comments on commit 4e5caa4

Please sign in to comment.