We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e817396 commit 8219d43Copy full SHA for 8219d43
.github/workflows/php-quality.yml
@@ -1,14 +1,14 @@
1
name: PHP Quality
2
3
-on: [push, pull_request]
+on: [ pull_request ]
4
5
jobs:
6
run:
7
runs-on: ubuntu-latest
8
strategy:
9
fail-fast: false
10
matrix:
11
- php-versions: [ 7.4' ]
+ php-versions: [ '7.4' ]
12
name: PHP ${{ matrix.php-versions }} Test
13
steps:
14
- name: Checkout
@@ -18,8 +18,6 @@ jobs:
18
uses: shivammathur/setup-php@v2
19
with:
20
php-version: ${{ matrix.php-versions }}
21
- extensions: mbstring, intl #optional, setup extensions
22
-
23
- name: Check composer
24
run: composer validate
25
0 commit comments