Skip to content

Commit a366ebd

Browse files
Merge remote-tracking branch 'origin/dev' into dev
2 parents 59aa0f6 + 7819fcf commit a366ebd

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ on:
33
push:
44
branches:
55
- main
6-
jobs:
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
jobs:
710
run_unit_tests:
811
strategy:
912
fail-fast: false
10-
matrix:
13+
matrix:
1114
php_version: ['7.2','7.4']
12-
15+
1316
name: Run Unit Tests for ${{ matrix.php_version }}
1417
runs-on: ubuntu-latest
1518
steps:
1619
- name: Checkout code
1720
uses: actions/checkout@v3
18-
21+
1922
- name: Setup PHP
2023
uses: shivammathur/setup-php@v2
2124
with:

0 commit comments

Comments
 (0)