Skip to content

Commit

Permalink
remove unneeded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jan 27, 2024
1 parent 394d2cc commit 90ca5e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
matrix:
smalltalk: [ Pharo64-11, Pharo64-10 ]
experimental: [ false ]
include:
- smalltalk: Pharo64-12
experimental: true
- smalltalk: Squeak64-5.3
experimental: true
- smalltalk: Squeak-5.2
experimental: true
- smalltalk: Squeak-5.1
experimental: true
# include:
# - smalltalk: Pharo64-12
# experimental: true
# - smalltalk: Squeak64-5.3
# experimental: true
# - smalltalk: Squeak-5.2
# experimental: true
# - smalltalk: Squeak-5.1
# experimental: true
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
Expand Down

0 comments on commit 90ca5e3

Please sign in to comment.