Skip to content

Commit

Permalink
🚀 add check with php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
quenti77 committed Dec 14, 2024
1 parent f9975ad commit 98311a1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,31 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"
run-test-84:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup composer
uses: php-actions/composer@v6
with:
php_version: "8.4"
command: install
- uses: php-actions/composer@v6
with:
php_version: "8.4"
php_extensions: xdebug
command: test
- name: Make code coverage badge
uses: timkrase/[email protected]
with:
coverage_badge_path: output/coverage.svg
push_badge: false
- name: Git push to image-data branch
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./output
publish_branch: image-data
github_token: ${{ secrets.GITHUB_TOKEN }}
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"

0 comments on commit 98311a1

Please sign in to comment.