Skip to content

Commit

Permalink
add P10 (to see what happens). Also using the mongo version from the …
Browse files Browse the repository at this point in the history
…matrix.
  • Loading branch information
estebanlm committed Jun 16, 2023
1 parent ad07ac0 commit c628f9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
pharo-version: [ Pharo64-11, Pharo64-12 ]
pharo-version: [ Pharo64-10, Pharo64-11, Pharo64-12 ]
ston: [ .smalltalk.ston ]
mongodb-version: [ latest ]
os: [ ubuntu-latest ]
Expand All @@ -16,8 +16,8 @@ jobs:
- 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: Test mongodb
# run: curl http://localhost:27017
# - name: Log mongodb Version
Expand Down

0 comments on commit c628f9b

Please sign in to comment.