8000 Comparing 0.15.3...0.16.0 · phar-io/phive · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phar-io/phive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.3
Choose a base ref
...
head repository: phar-io/phive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.0
Choose a head ref
  • 16 commits
  • 14 files changed
  • 5 contributors

Commits on Sep 9, 2024

  1. Add dependabot config for GH Actions runners

    I noticed the `actions/checkout` action runner is out of date (still on v3 which uses Node 16 for which support will be stopped on GHA soonish).
    
    So I figured adding a dependabot config to make those type of updates would save me from making them manually ;-)
    jrfnl authored and theseer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3745026 View commit details
    Browse the repository at this point in the history
  2. GH Actions: Bump actions/cache from 3 to 4

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and theseer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    18c25c9 View commit details
    Browse the repository at this point in the history
  3. GH Actions: Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and theseer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d2ea6b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Remove pgp.mit.edu as keyserver

    sfaujour authored and theseer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9dee308 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. GH Actions: PHP 8.4 has been released

    Add builds against PHP 8.4.
    
    Ref: https://www.php.net/releases/8.4/en.php
    jrfnl authored and theseer committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0ac9180 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Composer: update mikey179/vfsstream

    The `mikey179/vfsstream` package has released v 1.6.12 which adds support for PHP 8.4.
    
    This version raises the minimum supported PHP version of the package to PHP 7.1, which is perfectly compatible with the PHIVE minimum supported PHP version.
    
    Ref: https://github.com/bovigo/vfsStream/releases/tag/v1.6.12
    jrfnl authored and theseer committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    9187251 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    e8d032b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Update tools

    theseer committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    924e035 View commit details
    Browse the repository at this point in the history
  2. Use asset url from github, rather than provided browser_url. This add…

    …s support for downloading assets from private github repositories (#40)
    theseer committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    d9b3ad9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d84daa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    503744d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a03e76c View commit details
    Browse the repository at this point in the history
  6. Revert "Make things PHP 7.4 compliant"

    This reverts commit a03e76c.
    theseer committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    376fe4b View commit details
    Browse the repository at this point in the history
  7. Drop PHP 7.x support

    theseer committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    8abe91b View commit details
    Browse the repository at this point in the history
  8. Update tools and locks

    theseer committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    f530e0b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Update changelog

    theseer committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    f7e9fc5 View commit details
    Browse the repository at this point in the history
Loading
0