Merge branch '2.x' into 3.x

* 2.x:
  chore: Set permissions for GitHub actions
This commit is contained in:
Fabien Potencier
2022-07-04 21:57:33 +02:00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@ on:
env:
SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE: 1
permissions:
contents: read
jobs:
tests:
name: "PHP ${{ matrix.php-version }}"
+3
View File
@@ -6,6 +6,9 @@ on:
branches:
- '3.x'
permissions:
contents: read
jobs:
build:
name: "Build"