peaceiris / actions-hugo

GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
https://github.com/marketplace/actions/hugo-setup
MIT License
1.41k stars 84 forks source link

ci: drop ubuntu-18.04, add ubuntu-22.04 and ubuntu-latest #603

Closed imomaliev closed 2 years ago

imomaliev commented 2 years ago

add support for ubuntu 22.04


This PR was made as a part of blog post The strongest principle of the blog's growth lies in the human choice to deploy it

codecov[bot] commented 2 years ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (9ef8eed) compared to base (11bede6). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #603 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 140 140 Branches 20 20 ========================================= Hits 140 140 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Shohei+Ueda). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Shohei+Ueda)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

imomaliev commented 2 years ago

@peaceiris It is waiting for tests on ubuntu-18.04. Is there some configuration from third party tools that checks on this step?

peaceiris commented 2 years ago

It is waiting for tests on ubuntu-18.04. Is there some configuration from third party tools that checks on this step?

I will update the branch protection rule 👍 (done)

imomaliev commented 2 years ago

@peaceiris Great! thanks for the fast review)