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

Updated Github Actions #210

Merged
merged 4 commits into from
Mar 14, 2024
Merged

Updated Github Actions #210

merged 4 commits into from
Mar 14, 2024

Conversation

rotexdegba
Copy link
Contributor

@rotexdegba rotexdegba commented Mar 13, 2024

  • Github actions now tests against PHP 8.3
  • Updated some Github action dependencies to their latest version
  • Added protected $quoter = null; to Aura\SqlQuery\Common\QuoterTest to fix warning below in PHP 8.1+
PHP Deprecated:  Creation of dynamic property Aura\SqlQuery\Common\QuoterTest::$quoter is deprecated in /home/runner/work/Aura.SqlQuery/Aura.SqlQuery/tests/Common/QuoterTest.php on line 10

Made $this->quoter an explicitly defined property to prevent this warning in PHP 8.1+

PHP Deprecated:  Creation of dynamic property Aura\SqlQuery\Common\QuoterTest::$quoter is deprecated in /home/runner/work/Aura.SqlQuery/Aura.SqlQuery/tests/Common/QuoterTest.php on line 10
@harikt harikt merged commit b58a7aa into auraphp:3.x Mar 14, 2024
12 of 13 checks passed
@harikt
Copy link
Member

harikt commented Mar 14, 2024

Thank you.

@rotexdegba
Copy link
Contributor Author

Thank you.

You are welcome. I am happy to keep contributing to this package as I depend on it in my Orm package.https://github.com/rotexsoft/leanorm/blob/4.x/docs/index.md

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants