Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: Test on Ubuntu 20.04 LTS (Focal Fossa) #43

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Conversation

hugovk
Copy link
Owner

@hugovk hugovk commented Jun 2, 2020

Now available in preview.

The list of the tools that are not available on Ubuntu 20.04 yet (It should be available in a few weeks):

  1. Docker
  2. Pre-cached versions of Python, PyPy, Ruby, Node (setup-python / UsePython, setup-ruby / UseRuby tasks may not work properly due to that).

actions/runner-images#228 (comment)


However the deadsnakes versions pass ✅

  • # Dev versions
    - { python-version: 3.9-dev, os: ubuntu-18.04 }
    - { python-version: 3.10-dev, os: ubuntu-18.04 }
    steps:
    - uses: actions/checkout@v2
    - name: Set up Python ${{ matrix.python }} (deadsnakes)
    uses: deadsnakes/action@v1.0.0
    if: endsWith(matrix.python-version, '-dev')
    with:
    python-version: ${{ matrix.python-version }}

@hugovk hugovk added changelog: skip Exclude PR from release draft testing Unit tests, linting, CI, etc. labels Jun 2, 2020
@codecov
Copy link

codecov bot commented Jun 2, 2020

Codecov Report

Merging #43 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #43   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           13        13           
=========================================
  Hits            13        13           
Flag Coverage Δ
#GHA_Ubuntu1604 100.00% <ø> (ø)
#GHA_Ubuntu1804 100.00% <ø> (ø)
#GHA_Ubuntu2004 100.00% <ø> (?)
#GHA_macOS 100.00% <ø> (ø)
#TravisCI 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e98981b...3007089. Read the comment docs.

@hugovk
Copy link
Owner Author

hugovk commented Jun 15, 2020

@hugovk hugovk merged commit 4aa6c12 into master Jun 15, 2020
@hugovk hugovk deleted the gha-ubuntu-20.04 branch June 15, 2020 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: skip Exclude PR from release draft testing Unit tests, linting, CI, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant