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 d74cec4 commit 956af44Copy full SHA for 956af44
.editorconfig
@@ -13,3 +13,6 @@ insert_final_newline = true
13
14
[Makefile]
15
indent_style = tab
16
+
17
+[*.yml]
18
+indent_size = 2
.github/workflows/phpci.yml
@@ -12,12 +12,12 @@ jobs:
12
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: '8.1'
+ php-version: '8.4'
21
22
- name: PHP Security Checker
23
uses: StephaneBour/[email protected]
0 commit comments