mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-12 18:01:09 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
3106784b58
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Composer Install
|
- name: Composer Install
|
||||||
run: composer install --no-interaction --no-cache
|
run: composer install --no-interaction --no-cache
|
||||||
- name: Make Tests Compatiable With PHPUnit 9+
|
- 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
|
run: php tests/make_compatible_with_phpunit9.php
|
||||||
- name: Setup Secure Shell Functional Tests
|
- name: Setup Secure Shell Functional Tests
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user