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.
2 parents 392b1cb + 7b0159c commit ad1eee1Copy full SHA for ad1eee1
.editorconfig
@@ -14,10 +14,7 @@ indent_size = 4
14
end_of_line = crlf
15
16
[*.yml]
17
-indent_size = 4
18
-
19
-[*.json]
20
+indent_size = 2
21
22
[*.neon]
23
indent_style = tab
.github/workflows/ci.yml
@@ -1,6 +1,9 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ workflow_dispatch:
7
8
jobs:
9
testsuite:
@@ -17,7 +20,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
- php-version: '8.1'
+ php-version: ${{ matrix.php-version }}
24
extensions: mbstring, json, fileinfo
25
tools: pecl
26
coverage: pcov
0 commit comments