Skip to content

Commit

Permalink
Merge pull request #113 from creative-commoners/pulls/1/php84
Browse files Browse the repository at this point in the history
MNT Update unit tests for PHP 8.4
  • Loading branch information
GuySartorelli authored Nov 28, 2024
2 parents b710e07 + 6f33ea6 commit 9057362
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 9057362

Please sign in to comment.