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 support for php 8.2 #413

Closed
tenzap opened this issue Feb 13, 2024 · 1 comment · Fixed by #414
Closed

Add support for php 8.2 #413

tenzap opened this issue Feb 13, 2024 · 1 comment · Fixed by #414

Comments

@tenzap
Copy link

tenzap commented Feb 13, 2024

Output of tests with php 8.2 is as follows:

1) Install_test::test_index
ErrorException: Creation of dynamic property Install_test::$request is deprecated

Test declaration:

class Install_test extends TestCase
{
//...
	public function test_index()
	{
		$output = $this->request('GET', 'install');
	}
//...
}
@tenzap tenzap changed the title add supp#[AllowDynamicProperties]php 8.2 Add support for php 8.2 Feb 13, 2024
@kenjis
Copy link
Owner

kenjis commented Feb 13, 2024

CI3 does not support PHP 8.2. See #409

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 a pull request may close this issue.

2 participants