Skip to content

Commit d0e4dfa

Browse files
committed
add permissions to the phpunit workflow
1 parent ec1465a commit d0e4dfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/phpunit.yml

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ on:
1818
- 'phpunit*'
1919
- '.github/workflows/phpunit.yml'
2020

21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23+
cancel-in-progress: true
24+
25+
permissions:
26+
contents: read
27+
2128
jobs:
2229
main:
2330
name: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }}

0 commit comments

Comments
 (0)