Skip to content

Commit

Permalink
Refactor GHA CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Mar 11, 2024
1 parent c799ac2 commit b59334e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ jobs:
- "8.2"
- "8.3"
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php_version: ${{ matrix.php_version }}
php-version: ${{ matrix.php_version }}
coverage: none
tools: composer:v2

- run: composer install

- run: composer test

- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit b59334e

Please sign in to comment.