X Tutup
Skip to content

update SmalltalkCI github action to use gsdevkit_stones#159

Merged
jbrichau merged 2 commits intomasterfrom
gsdevkit_stones
Mar 26, 2023
Merged

update SmalltalkCI github action to use gsdevkit_stones#159
jbrichau merged 2 commits intomasterfrom
gsdevkit_stones

Conversation

@jbrichau
Copy link
Member

Github action's ubuntu-18 runner is EoL by April 1st 2023. https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

GemStone versions older than 3.5.x no longer work on ubuntu 20 and beyond. Also, GsDevKit_home no longer works on Ubuntu 20 due to a dependency on 32-bit Pharo. As such, we longer test Grease for versions of GemStone older than the ones in the CI action spec.

This PR switches to the new gsdevkit project

@codecov
Copy link

codecov bot commented Mar 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6d08b16) 84.48% compared to head (659948d) 84.48%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   84.48%   84.48%           
=======================================
  Files        2017     2017           
  Lines       13570    13570           
=======================================
  Hits        11464    11464           
  Misses       2106     2106           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jbrichau jbrichau merged commit 15a78fa into master Mar 26, 2023
@jbrichau jbrichau deleted the gsdevkit_stones branch March 26, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup