wwu-cs / Submitty

Homework Submission, Automated Grading, and TA grading system.
http://submitty.org
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

[DevDependency] Bump shivammathur/setup-php from 2.25.5 to 2.28.0 #1040

Open dependabot[bot] opened 11 months ago

dependabot[bot] commented 11 months ago

Bumps shivammathur/setup-php from 2.25.5 to 2.28.0.

Release notes

Sourced from shivammathur/setup-php's releases.

2.28.0

Changelog

  • Specifying 8.3 in php-version now installs a stable build of PHP 8.3.
- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  • Specifying latest in php-version now installs PHP 8.3 as well.
- name: Setup Latest PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 'latest'
  • Specifying nightly in php-version now installs PHP 8.4.
- name: Setup Nightly PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 'nightly'
- name: Setup PHP with intl
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: intl-74.1
  • Added support to specify zts in phpts environment variable instead of ts to set up thread-safe PHP on Linux and Windows.
- name: Setup PHP 8.3 (ZTS)
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    phpts: zts
  • Fixed support for debug builds. (#784)
- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
</tr></table> 

... (truncated)

Commits
  • e6f7513 Update phpts section in README
  • 1874353 Fix linking grpc on macos but installed along protoc
  • eea39ea Disable xdebug and pcov when blackfire extension is installed
  • bac56c8 Add patch for geos
  • 124d256 Add back support for nightly builds on self-hosted
  • eeddcfe Bump version to 2.28.0
  • de2903a Fix installing zts builds
  • bbe1204 Use cached builds for zts
  • 99a92d5 Test cache for PHP 8.3 and PHP 8.4
  • 7c6c249 Mark PHP 8.3 as stable
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 11 months ago

The following labels could not be found: dependencies.

codecov-commenter commented 11 months ago

Codecov Report

Merging #1040 (f0f80ed) into master (00d119c) will decrease coverage by 0.08%. Report is 397 commits behind head on master. The diff coverage is 14.44%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/graphs/tree.svg?width=650&height=150&src=pr&token=e62XEdReOc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) ```diff @@ Coverage Diff @@ ## master #1040 +/- ## ============================================ - Coverage 23.32% 23.25% -0.08% - Complexity 7818 8232 +414 ============================================ Files 220 227 +7 Lines 27303 29363 +2060 Branches 70 73 +3 ============================================ + Hits 6369 6828 +459 - Misses 20866 22465 +1599 - Partials 68 70 +2 ``` | [Flag](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [autograder](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `22.15% <59.25%> (+0.58%)` | :arrow_up: | | [js](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `27.51% <ø> (-0.96%)` | :arrow_down: | | [migrator](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `100.00% <100.00%> (ø)` | | | [php](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `20.15% <6.88%> (-0.06%)` | :arrow_down: | | [python_submitty_utils](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `71.65% <ø> (ø)` | | | [submitty_daemon_jobs](https://app.codecov.io/gh/wwu-cs/Submitty/pull/1040/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `91.01% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#carryforward-flags-in-the-pull-request-comment) to find out more.