mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 00:58:25 +00:00
fix unit tests on PHP 8.3/8.4
This commit is contained in:
parent
57435e2401
commit
181f13a9d8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user