Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedou committed Feb 3, 2025
1 parent e02b154 commit a3495fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/25.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
status: "under development"
php:
- "8.2.27"
- "8.3.17"
- "8.4.4"
- "8.3.16"
- "8.4.3"
image:
composer:
version: "2.1.6"
4 changes: 2 additions & 2 deletions tests/DockerfileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DockerfileTest extends TestCase
/**
* @return array
*/
public function dataGetPhpMajorVersion(): array
public static function dataGetPhpMajorVersion(): array
{
return [
[
Expand Down Expand Up @@ -61,7 +61,7 @@ public function testGetPhpMajorVersion(string $expected, string $phpVersion, str
/**
* @return array
*/
public function dataIsValidSwooleVersion(): array
public static function dataIsValidSwooleVersion(): array
{
return [
[
Expand Down

0 comments on commit a3495fb

Please sign in to comment.