Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
ci: run CI on php 8.1 instead of 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud committed Apr 28, 2022
1 parent 19d09a5 commit ca90317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:

- name: Prepare SonarCloud Scan
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' .coverage/clover.xml
if: ${{ matrix.php == '8.0' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.php == '8.1' && matrix.os == 'ubuntu-latest' }}

- name: SonarCloud Scan
uses: SonarSource/[email protected]
if: ${{ matrix.php == '8.0' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.php == '8.1' && matrix.os == 'ubuntu-latest' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit ca90317

Please sign in to comment.