We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f1a71 commit 3f1754aCopy full SHA for 3f1754a
1 file changed
.github/workflows/ci.yaml
@@ -44,10 +44,12 @@ jobs:
44
operating-system: ubuntu-22.04
45
- php: '7.1'
46
47
+ sslversion: 6
48
- php: '7.0'
49
50
- php: '5.6'
51
52
53
- php: '5.5'
54
55
- php: '5.4'
@@ -95,6 +97,9 @@ jobs:
95
97
96
98
- name: run tests and upload coverage info if needed
99
run: |
100
+ if [ -n "${{ matrix.sslversion }}" ]; then
101
+ export SSLVERSION="${{ matrix.sslversion }}"
102
+ fi
103
if [ -z "${{ matrix.code-coverage }}" ]; then
104
./vendor/bin/phpunit -v tests
105
else
0 commit comments