You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at the composer.json file and saw a declared repository cucumber/cucumber
Because curiosity, I followed the link ... which redirected me to cucumber/common 🤔
Thus, I dove into the github actions .github/workflows/update.yaml + bin/update_cucumber.
Apparently it creates Automatic Cucumber tag update to <TAG>.
Problem
When looking at the real cucumber/gherkin repo, I found that the last tag is 29.0 from 3 weeks ago.
But the composer.json is using the 24.0 from 2 years ago 😨.
There is probably something to watch & update there, isn't it ?
The text was updated successfully, but these errors were encountered:
However, it detected 24.1.0 as latest version apparently. The script probably need to be updated to account for the fact that cucumber has split gherkin from their previous monorepo again.
Context
composer.json
file and saw a declared repository cucumber/cucumber.github/workflows/update.yaml
+bin/update_cucumber
.Apparently it creates
Automatic Cucumber tag update to <TAG>
.Problem
When looking at the real cucumber/gherkin repo, I found that the last tag is 29.0 from 3 weeks ago.
But the
composer.json
is using the 24.0 from 2 years ago 😨.There is probably something to watch & update there, isn't it ?
The text was updated successfully, but these errors were encountered: