diff --git a/.editorconfig b/.editorconfig index a982785..be83c3b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] +[*.{yml,yaml}] indent_size = 2 [{Makefile,**.mk}] diff --git a/.github/workflows/phpci.yaml b/.github/workflows/phpci.yaml index 599f2c3..d89d6cb 100644 --- a/.github/workflows/phpci.yaml +++ b/.github/workflows/phpci.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php-versions: ['7.4', '8.1'] + php-versions: ['8.1'] steps: - uses: actions/checkout@v2