Skip to content

Commit

Permalink
Merge pull request #59 from fey/main
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
fey committed Jul 6, 2022
2 parents 5430b76 + ebc8f5a commit 2bb6183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -11,7 +11,7 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.yml]
[*.{yml,yaml}]
indent_size = 2

[{Makefile,**.mk}]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpci.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.4', '8.1']
php-versions: ['8.1']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2bb6183

Please sign in to comment.