Skip to content

Commit

Permalink
issue Metacello#556: update lineup for 3.7.0 and 3.6.6; bump the time…
Browse files Browse the repository at this point in the history
…out up a smidge
  • Loading branch information
dalehenrich committed Oct 30, 2023
1 parent 0b5e5c0 commit aff5198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-latest ]
smalltalk: [ GemStone64-3.6.5, GemStone64-3.5.8 ]
smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.6, GemStone64-3.5.8 ]
config: [ .smalltalkA.ston, .smalltalkB.ston ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} ${{ matrix.config }}
name: ${{ matrix.smalltalk }} ${{ matrix.os }} ${{ matrix.config }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.config }}
shell: bash
timeout-minutes: 30
timeout-minutes: 35
slack-workflow-status:
if: always()
name: Post Workflow Status To Slack
Expand Down

0 comments on commit aff5198

Please sign in to comment.