mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
don't run unit tests on PHP 5.6
phpseclib 3.0 still nominally supports PHP 5.6 but i'm tired of seeing unit tests fail because of issues i can't reproduce on my own local PHP 5.6 install. this isn't without precident.phpseclib 1.0 nominally supports PHP 4.4, as well, but it's not unit tested on PHP 4.4. for that one, if someone has an issue with PHP 4.4 they're free to report it on github. PHP 5.6 will henceforth work that way for phpseclib 3.0.
This commit is contained in:
parent
c3cd458bcf
commit
826b4cb582
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -92,4 +92,4 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
|
php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
|
||||||
|
Loading…
Reference in New Issue
Block a user