Skip to content

Commit

Permalink
add pharo 12 to CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanecek committed Jul 24, 2024
1 parent 5514fca commit 1baa838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/.binary-stack-serialization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
smalltalk:
- Pharo64-12
- Pharo64-11
- Pharo64-10
- Pharo64-9.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/loading-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
smalltalk:
- Pharo64-10
- Pharo64-11
- Pharo64-12
load-spec:
- development
- deployment
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
fail-fast: false
matrix:
smalltalk:
- Pharo64-10
- Pharo64-12
- Pharo64-11
- Pharo64-10
- Pharo64-9.0
- Pharo64-8.0
name: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit 1baa838

Please sign in to comment.