We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f46a18 commit cbca541Copy full SHA for cbca541
1 file changed
.github/workflows/php-package-tests.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ main, develop ]
8
9
+permissions: read-all
10
+
11
12
jobs:
13
build:
14
@@ -20,8 +23,8 @@ jobs:
20
23
- name: Setup PHP
21
24
uses: shivammathur/setup-php@v2
22
25
with:
- php-version: '8.2'
- coverage: 'xdebug'
26
+ php-version: 8.2
27
+ coverage: xdebug
28
extensions: dom, libxml, json
29
30
- name: Validate composer.json and composer.lock
0 commit comments