Skip to content

Commit

Permalink
run tests under PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Nov 28, 2024
1 parent eccac56 commit 7b620f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]

name: PHP ${{ matrix.php }} - Swoole

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]
swoole-prefix: ["5.1-", ""]

name: Run Tests Using Image ${{ matrix.swoole-prefix }}php${{ matrix.php }}
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd">
<testsuite name="default">
<directory suffix="Test.php">tests/unit</directory>
<exclude>tests/unit/Thread</exclude>
</testsuite>
<php>
<ini name="error_reporting" value="-1"/>
Expand Down

0 comments on commit 7b620f5

Please sign in to comment.