Skip to content

Commit 3f1754a

Browse files
committed
make some ci matrix case with old php use specific tls versions
1 parent 72f1a71 commit 3f1754a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ jobs:
4444
operating-system: ubuntu-22.04
4545
- php: '7.1'
4646
operating-system: ubuntu-22.04
47+
sslversion: 6
4748
- php: '7.0'
4849
operating-system: ubuntu-22.04
4950
- php: '5.6'
5051
operating-system: ubuntu-22.04
52+
sslversion: 6
5153
- php: '5.5'
5254
operating-system: ubuntu-22.04
5355
- php: '5.4'
@@ -95,6 +97,9 @@ jobs:
9597

9698
- name: run tests and upload coverage info if needed
9799
run: |
100+
if [ -n "${{ matrix.sslversion }}" ]; then
101+
export SSLVERSION="${{ matrix.sslversion }}"
102+
fi
98103
if [ -z "${{ matrix.code-coverage }}" ]; then
99104
./vendor/bin/phpunit -v tests
100105
else

0 commit comments

Comments
 (0)