Skip to content

Commit

Permalink
fix unit tests on PHP 8.3/8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Nov 28, 2024
1 parent 57435e2 commit 181f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Composer Install
run: composer install --no-interaction --no-cache
- name: Make Tests Compatiable With PHPUnit 9+
if: contains(fromJSON('["7.3", "7.4", "8.0", "8.1", "8.2"]'), matrix.php-version)
if: contains(fromJSON('["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'), matrix.php-version)
run: php tests/make_compatible_with_phpunit9.php
- name: Setup Secure Shell Functional Tests
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 181f13a

Please sign in to comment.