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

Fix deprecation warnings for Pharo 10/11 #599

Closed gcotelli closed 1 year ago

gcotelli commented 1 year ago

Context>>#methodSelector is deprecated and needs to be replaced with Context>>#selector. This change avoids a lot of warnings due to this deprecation when using smalltalkCI to test Pharo 10/11 projects.