Skip to content

Commit

Permalink
Merge pull request #33 from inpsyde/refactor/use-main-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrann0us authored Feb 8, 2024
2 parents 02ab8d7 + 3f1b398 commit 53a4da0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
jobs:
ddev-playwright:
uses: inpsyde/reusable-workflows/.github/workflows/ddev-playwright.yml@feature/ddev-playwright
uses: inpsyde/reusable-workflows/.github/workflows/ddev-playwright.yml@main
secrets:
COMPOSER_AUTH_JSON: ${{ secrets.PACKAGIST_AUTH_JSON }}
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ on:
jobs:
tests-unit-php:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
strategy:
matrix:
php: ["7.3", "7.4", "8.0", "8.1"]
secrets:
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}
with:
PHPUNIT_ARGS: '--testsuite=Unit --coverage-text'
PHP_MATRIX: >-
["7.3", "7.4", "8.0", "8.1"]
PHP_VERSION: ${{ matrix.php }}

0 comments on commit 53a4da0

Please sign in to comment.