Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dries Vints <[email protected]>
  • Loading branch information
jessarcher and driesvints authored Apr 3, 2024
1 parent 36e721f commit db32429
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- '*.x'
pull_request:

permissions:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version:
- '8.2'

name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }}
name: PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}

runs-on: ${{ matrix.operating-system }}

Expand Down Expand Up @@ -77,4 +77,3 @@ jobs:
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
DB_USERNAME: root
DB_DATABASE: test
DB_PASSWORD: null

0 comments on commit db32429

Please sign in to comment.