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: nanasess/setup-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: nanasess/setup-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 18 commits
  • 11 files changed
  • 3 contributors

Commits on Oct 16, 2024

  1. Fix README

    nanasess committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    03f9ed0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #299 from nanasess/remove-apt-fast

    Fix README
    nanasess authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6fdceb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Bump @vercel/ncc from 0.38.1 to 0.38.3

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.3.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.38.1...0.38.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b9a1e6c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Bump prettier from 3.2.5 to 3.4.2

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.4.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.5...3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b01ac0e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Bump @types/node from 22.7.5 to 22.10.5

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.5 to 22.10.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    d852b80 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    8313148 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #317 from nanasess/add-claude.md

    docs: add CLAUDE.md with project overview and development guidelines
    nanasess authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    4f8c7ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d9292 View commit details
    Browse the repository at this point in the history
  4. Apply npm run package

    nanasess committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    c3d9349 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57a1beb View commit details
    Browse the repository at this point in the history
  6. fix: update distribution file to include PHP 8.4 support

    The dist/index.js file was out of sync with the source code changes that added PHP 8.4 support. The source code correctly included 8.4 in the APT version check (<= 8.4), but the distributed bundle still had the old version check (<= 8.3), causing PHP 8.4 to fall back to phpenv installation instead of using APT.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    nanasess and claude committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    0f28ffa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c47efa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    136f472 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f90e5f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #315 from nanasess/dependabot/npm_and_yarn/types/n…

    …ode-22.10.5
    
    Bump @types/node from 22.7.5 to 22.10.5
    nanasess authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    773c459 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #313 from nanasess/dependabot/npm_and_yarn/prettie…

    …r-3.4.2
    
    Bump prettier from 3.2.5 to 3.4.2
    nanasess authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    5826645 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #309 from nanasess/dependabot/npm_and_yarn/vercel/…

    …ncc-0.38.3
    
    Bump @vercel/ncc from 0.38.1 to 0.38.3
    nanasess authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    1db6c80 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #318 from nanasess/improve/php8.4

    ci: add support for PHP 8.4 in workflows and installer
    nanasess authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    c4cdfcc View commit details
    Browse the repository at this point in the history
Loading