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: ramsey/composer-install
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: ramsey/composer-install
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 86 files changed
  • 7 contributors

Commits on Feb 29, 2024

  1. Update cache action runner (#252)

    The `actions/cache` package has released version 4.0 which updates the action runner to use Node 20.
    
    Applying this fix gets rid of the following warning which is currently showing in the "Annotations" of workflows using the `ramsey/composer-install` action:
    ```
    Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
    ```
    
    Note: most action runners have published these types of update in a new major, so that seems to be the best practice. Not sure if this update warrants a new major for `ramsey/composer-install` ?
    
    Refs:
    * https://github.com/actions/cache/releases/tag/v4.0.0
    * https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
    
    Co-authored-by: jrfnl <[email protected]>
    2 people authored and ramsey committed Feb 29, 2024
    1 Configuration menu
    Copy the full SHA
    57532f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f18aec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Convert tests to Bats

    ramsey committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    b3f5cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b74e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    314f6c2 View commit details
    Browse the repository at this point in the history
  4. fix: Improve composer.lock behavior with ignore-cache (#260)

    Fixes a bug where composer.lock is not honored if ignore-cache is set to
    `true`. Also, the recently added require-lock-file option had not been
    incorporated into tests and documentation, so added a test and docs (and
    fixed small typo in CONTRIBUTING)
    
    Fixes #259
    
    Co-authored-by: Ben Ramsey <[email protected]>
    flagbrad and ramsey authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    6a168db View commit details
    Browse the repository at this point in the history
  5. ✨ Add new composer-filename option (#261)

    This adds a new `composer-filename` option to the action, allowing for
    adding a custom composer filename, which can be helpful for using
    composer based on different environments.
    
    Closes #258
    
    Co-authored-by: Ben Ramsey <[email protected]>
    badasukerubin and ramsey authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    2da6381 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2636af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e527794 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Configuration menu
    Copy the full SHA
    0211e1b View commit details
    Browse the repository at this point in the history
  2. Use a .shellcheckrc file

    ramsey committed May 24, 2025
    Configuration menu
    Copy the full SHA
    705380e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3561d3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7e1308 View commit details
    Browse the repository at this point in the history
  5. Update branch for build badge

    ramsey committed May 24, 2025
    Configuration menu
    Copy the full SHA
    8c24b23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cf229d View commit details
    Browse the repository at this point in the history
Loading