Skip to content

Commit

Permalink
Update GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Jan 21, 2025
1 parent eae5090 commit b59144e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
DB_PORT: ${{ job.services.postgres.ports[5432] }}

- name: Run PHP tests
with:
php-version: 8.2
if: ${{ matrix.php >= 8.2 }}
run: php${{ matrix.php }} ./vendor/bin/phpunit
env:
DB_PORT: ${{ job.services.postgres.ports[5432] }}
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ jobs:
php${{ matrix.php }} artisan db:seed --force -n --database=testing
- name: Run PHP tests
with:
php-version: 8.2
if: ${{ matrix.php >= 8.2 }}
run: php${{ matrix.php }} ./vendor/bin/phpunit

0 comments on commit b59144e

Please sign in to comment.