From ebc8f5a41e4f56d61b0c3e4419675c55f7cc2f05 Mon Sep 17 00:00:00 2001 From: feycot Date: Wed, 6 Jul 2022 20:10:43 +0500 Subject: [PATCH] fix workflow --- .editorconfig | 2 +- .github/workflows/phpci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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