hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Pharo12 builds fail because they removed Time>>millisecondsToRun: #623

Closed jbrichau closed 7 months ago

jbrichau commented 7 months ago

The builds using Pharo12 fail because they removed the Time>>millisecondsToRun: method:

Instance of Time class did not understand #millisecondsToRun:

For example: https://github.com/SeasideSt/Seaside/actions/runs/7512588387/job/20453435450

theseion commented 7 months ago

This issue can be closed, right?

jbrichau commented 7 months ago

Yes, thanks @theseion and @fniephaus !