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

MNT Update unit tests for PHP 8.4 #113

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions tests/JobCreatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ public function provideCreateJson(): array
],
[
'installer_version' => '6.x-dev',
'php' => '8.3',
'php' => '8.4',
'db' => DB_MYSQL_84,
'composer_require_extra' => '',
'composer_args' => '',
Expand All @@ -832,7 +832,7 @@ public function provideCreateJson(): array
'js' => 'false',
'doclinting' => 'false',
'needs_full_setup' => 'true',
'name' => '8.3 mysql84 phpunit all',
'name' => '8.4 mysql84 phpunit all',
],
]
],
Expand Down Expand Up @@ -1431,7 +1431,7 @@ public function provideCreateJsonForConfig(): array
],
[
'installer_version' => '',
'php' => '8.3',
'php' => '8.4',
'db' => DB_MYSQL_84,
'composer_require_extra' => '',
'composer_args' => '',
Expand All @@ -1447,7 +1447,7 @@ public function provideCreateJsonForConfig(): array
'js' => 'false',
'doclinting' => 'false',
'needs_full_setup' => 'false',
'name' => '8.3 mysql84 phpunit all',
'name' => '8.4 mysql84 phpunit all',
],
],
],
Expand Down Expand Up @@ -2006,7 +2006,7 @@ public function provideComposerInstall(): array
[
'8.3 prf-low mariadb phpunit all',
'8.3 mysql80 phpunit all',
'8.3 mysql84 phpunit all',
'8.4 mysql84 phpunit all',
]
],
'composerupgrade_definedphpversion_framework5' => [
Expand Down Expand Up @@ -2041,7 +2041,7 @@ public function provideComposerInstall(): array
[
'8.3 prf-low mariadb phpunit all',
'8.3 mysql80 phpunit all',
'8.3 mysql84 phpunit all',
'8.4 mysql84 phpunit all',
]
],
'composerupgrade_nophpversion_framework51' => [
Expand Down