Skip to content

Commit aef5bf6

Browse files
authored
Update build matrix in GitHub Actions workflow
Removed older Smalltalk versions from the build matrix.
1 parent 125c3b3 commit aef5bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ ubuntu-latest ]
10-
smalltalk: [ Squeak64-trunk, Squeak64-6.0, Squeak64-5.3, Squeak32-5.2, Squeak32-5.1 ]
10+
smalltalk: [ Squeak64-trunk, Squeak64-6.0, Squeak64-5.3 ]
1111
# Since git/s does not deal with platforms really,
1212
# only run the latest versions on Windows and macOS.
1313
include:

0 commit comments

Comments
 (0)