Skip to content

Commit 53dfe50

Browse files
committed
run pipeline with specific php version
Signed-off-by: Dominik Meyer <kinimodmeyer@gmail.com>
1 parent 67b9409 commit 53dfe50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
php-versions: ['7.3', '7.4']
1010
steps:
1111
- uses: actions/checkout@v2
12+
- name: Setup PHP
13+
uses: shivammathur/setup-php@v2
14+
with:
15+
php-version: ${{ matrix.php-versions }}
1216
- name: Install dependencies
1317
run: composer install
1418
- name: Run PSR check on src

0 commit comments

Comments
 (0)