Skip to content

Commit

Permalink
task: adjust PHP versions for unit-tests-lowest & coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 9, 2023
1 parent 4bb1978 commit a7583f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
.build/bin/php-coveralls \
--root_dir=. --env=prod --verbose \
|| true
if: github.ref == 'refs/heads/master' && matrix.php-version == '7.4'
if: github.ref == 'refs/heads/master' && matrix.php-version == '8.2'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Upload coveralls result
uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/master' && matrix.php-version == '7.4'
if: github.ref == 'refs/heads/master' && matrix.php-version == '8.2'
with:
name: Coveralls result
path: ./Build/coveralls-upload.json
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["7.4", "8.1"]
php-version: ["8.1", "8.2"]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit a7583f8

Please sign in to comment.