Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHPUnit 9 run on php 8.1 to Github actions, Fix some php 8.1 depricated issue #269

Merged
merged 5 commits into from
Nov 7, 2022

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    93f6d7d View commit details
    Browse the repository at this point in the history
  2. php 8.1, Fix Deprecations

    Fix deprecation message like that 'Passing null to parameter Shardj#1 () of type string is deprecated'
    hungtrinh committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0a3dece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcce06f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. php81 - fix date_sunset() is deprecated, date_sunrise() is deprecated

    on php 8.1 use date_sun_info() instead of date_sunset(), date_sunrise() other case backwards compatible with php < 8.1
    hungtrinh committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0faf98d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b5e02 View commit details
    Browse the repository at this point in the history