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: jsonrainbow/json-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.3.2
Choose a base ref
...
head repository: jsonrainbow/json-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.3
Choose a head ref
  • 1 commit
  • 3 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. Add GitHub Actions CI for 5.x.x and fix curl_close deprecation on PHP…

    … 8+ (#900)
    
    This PR re-implements changes from
    #864, solving #863
    
    ---
    
    🤖 This is a minimal backport addressing PHP 8+ compatibility for the
    5.x.x branch.
    
    ## Changes
    
    - **Add CI pipeline**: GitHub Actions workflow targeting PHP 7.1, 7.2,
    7.3 and 7.4
    - **Fix `curl_close` deprecation**: Wrap `curl_close($ch)` in a
    `PHP_VERSION_ID < 80000` check — `curl_close()` is a no-op and
    deprecated since PHP 8.0
    - **`.gitattributes`**: Add `/.github export-ignore` so the workflow
    files are excluded from archives
    
    Fixes #863
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    DannyvdSluijs and Copilot authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    a0b7c13 View commit details
    Browse the repository at this point in the history
Loading