Skip to content

Commit

Permalink
add Pharo10 and fixed mongo major versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 16, 2023
1 parent 812691f commit a679bd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
test:
strategy:
matrix:
pharo-version: [ Pharo64-11, Pharo64-12 ]
pharo-version: [ Pharo64-10, Pharo64-11, Pharo64-12 ]
ston: [ .smalltalk.ston ]
mongodb-version: [ latest ]
mongodb-version: [ 5, 6 ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.ston }}, ${{ matrix.pharo-version }}, ${{ matrix.mongodb-version }}
name: ${{ matrix.pharo-version }}, ${{ matrix.mongodb-version }}
steps:
- uses: actions/checkout@v3

- name: Create mongoDB Docker container
run: sudo docker run -d -p 27017:27017 mongo:latest
run: sudo docker run -d -p 27017:27017 mongo:${{ matrix.mongodb-version }}

- name: Setup SmalltalkCI
uses: hpi-swa/setup-smalltalkCI@v1
Expand Down

0 comments on commit a679bd0

Please sign in to comment.