Skip to content

Commit

Permalink
Fix missing PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Nov 19, 2024
1 parent c1b4b49 commit a1fe042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
env:
REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}
REPORT_PORTAL_ENDPOINT: ${{ vars.REPORT_PORTAL_ENDPOINT }}
PHP_VERSION: ${{ matrix.php }}

- name: PHPUnit
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/reportportal_conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ envsubst < tests/reportportal_phpunit_conf_template.xml > tests/reportportal_php
sed -i $'/<\/phpunit>/{e cat tests/reportportal_phpunit_conf.xml\n}' phpunit.ci.xml

composer config minimum-stability dev
composer require --dev reportportal/phpunit
composer require --dev reportportal/phpunit

0 comments on commit a1fe042

Please sign in to comment.