Skip to content

Commit

Permalink
Tweaks to this workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 14, 2024
1 parent 76cf662 commit 15a7bc4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
php: ['8.0', '8.3']
fail-fast: false
name: PHP Coding Standards
name: Tests / PHP ${{ matrix.php }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -31,11 +31,6 @@ jobs:
ini-file: development
coverage: none

- name: Debugging
run: |
php --version
php -m
- name: Get Composer Cache Directory
id: composer-cache-dir
run: |
Expand Down

0 comments on commit 15a7bc4

Please sign in to comment.