Skip to content

Commit

Permalink
action-php-8.3: init
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Dec 28, 2023
1 parent 29159e9 commit 1bf8923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
steps:
- name: Setup PHP (PHP ${{ matrix.php }})
uses: shivammathur/setup-php@v2
Expand All @@ -32,7 +32,7 @@ jobs:
run: composer install

- name: Prepare PHPUnit config file for PHP < 8
run: cp phpunit.xml.dist8 phpunit.xml.dist
run: cp phpunit.xml.dist7 phpunit.xml.dist
if: "matrix.php < 8"

- name: PHPUnit tests (PHP ${{ matrix.php }})
Expand All @@ -48,15 +48,3 @@ jobs:

- name: Fix code coverage paths
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' var/coverage.xml

# - name: Analyze with SonarQube
# uses: sonarsource/sonarqube-scan-action@master
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# # If you wish to fail your job when the Quality Gate is red, uncomment the
# # following lines. This would typically be used to fail a deployment.
# # - uses: sonarsource/sonarqube-quality-gate-action@master
# # timeout-minutes: 5
# # env:
# # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
File renamed without changes.

0 comments on commit 1bf8923

Please sign in to comment.