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

バージョンの更新(PHP8.4-rc → PHP8.4, Ubuntu-22.04 → Ubuntu-24.04) #1072

Merged
merged 5 commits into from
Dec 22, 2024

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Dec 8, 2024

以下は Copilot の自動生成


This pull request includes multiple updates to the GitHub Actions workflows to upgrade the Ubuntu version and adjust the PHP versions used in the matrix strategy. Additionally, it replaces the apt-fast package manager with apt for installing dependencies.

Workflow updates:

  • Updated the Ubuntu version from 22.04 to 24.04 in several workflow files to ensure compatibility with the latest environment. (.github/workflows/coverage.yml, .github/workflows/deploy.yml, .github/workflows/dockerbuild-and-push.yml, .github/workflows/dockerbuild.yml, .github/workflows/e2e-tests.yml, .github/workflows/penetration-tests.yml, .github/workflows/unit-tests.yml) [1] [2] [3] [4] [5] [6] [7]

  • Updated the PHP versions in the matrix strategy to remove the release candidate (8.4-rc) and replace it with the stable version (8.4). (.github/workflows/dockerbuild-and-push.yml, .github/workflows/dockerbuild.yml, .github/workflows/e2e-tests.yml, .github/workflows/unit-tests.yml) [1] [2] [3] [4]

Dependency installation updates:

  • Replaced apt-fast with apt for installing dependencies to simplify the setup process. (.github/workflows/coverage.yml, .github/workflows/e2e-tests.yml, .github/workflows/penetration-tests.yml, .github/workflows/unit-tests.yml) [1] [2] [3] [4] [5]

Copy link

codecov bot commented Dec 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.70%. Comparing base (d0d537b) to head (4e56df2).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1072   +/-   ##
=======================================
  Coverage   51.70%   51.70%           
=======================================
  Files          80       80           
  Lines       10222    10222           
=======================================
  Hits         5285     5285           
  Misses       4937     4937           
Flag Coverage Δ
tests 51.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nanasess nanasess merged commit f43b810 into EC-CUBE:master Dec 22, 2024
109 checks passed
@nanasess nanasess deleted the bump-php-version branch December 22, 2024 15:55
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.

2 participants