diff options
author | Alex <93376818+sashashura@users.noreply.github.com> | 2022-08-29 14:29:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 14:29:46 +0200 |
commit | 526fc02a29dc85148682ae38b5b3256c9d999435 (patch) | |
tree | 2fe350267edc5b278731bb4090301ac7d00705a4 /.github | |
parent | 9b8f2b7a8405acd1b8ad5956ada3d84472b1e8ae (diff) |
Update test-phpunit.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-phpunit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index e5ad97a44..81e4dc5e2 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -2,6 +2,9 @@ name: PHPUnit on: [push, pull_request] +permissions: + contents: read + jobs: tests: runs-on: ubuntu-18.04 |