Skip to content

Commit f575ac8

Browse files
committed
ci: Remove setup problem matchers from security.yml
Use 'highest' for dependencies instead of 'locked'
1 parent 047cd51 commit f575ac8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-version:
2222
- '8.2'
2323
dependencies:
24-
- locked
24+
- highest
2525
steps:
2626
- name: 📦 Check out the codebase
2727
uses: actions/checkout@v6
@@ -33,9 +33,6 @@ jobs:
3333
ini-values: error_reporting=E_ALL
3434
coverage: none
3535

36-
- name: 🛠️ Setup problem matchers
37-
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
38-
3936
- name: 🤖 Validate composer.json and composer.lock
4037
run: composer validate --ansi --strict
4138

0 commit comments

Comments
 (0)