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.
2 parents ecf3f85 + a410a66 commit 3d2fdc8Copy full SHA for 3d2fdc8
.github/workflows/lint.yaml
@@ -9,6 +9,9 @@ on:
9
env:
10
fail-fast: true
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
php-cs-fixer:
17
name: PHP-CS-Fixer
.github/workflows/tests.yaml
@@ -13,6 +13,9 @@ env:
SYMFONY_REQUIRE: ">=6.0"
SYMFONY_DEPRECATIONS_HELPER: 7
18
19
20
test:
21
name: "${{ matrix.operating-system }} / PHP ${{ matrix.php-version }}"
0 commit comments