We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047cd51 commit f575ac8Copy full SHA for f575ac8
1 file changed
.github/workflows/security.yml
@@ -21,7 +21,7 @@ jobs:
21
php-version:
22
- '8.2'
23
dependencies:
24
- - locked
+ - highest
25
steps:
26
- name: 📦 Check out the codebase
27
uses: actions/checkout@v6
@@ -33,9 +33,6 @@ jobs:
33
ini-values: error_reporting=E_ALL
34
coverage: none
35
36
- - name: 🛠️ Setup problem matchers
37
- run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
38
-
39
- name: 🤖 Validate composer.json and composer.lock
40
run: composer validate --ansi --strict
41
0 commit comments