We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c2a0f commit 8c8f5bbCopy full SHA for 8c8f5bb
.github/workflows/dependencies.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
composer-require-checker:
17
name: Check missing composer requirements
18
- runs-un: ubuntu-22.04
+ runs-on: ubuntu-22.04
19
steps:
20
- uses: shivammathur/setup-php@v2
21
with:
.github/workflows/fix-cs-php.yml
@@ -12,7 +12,7 @@ name: Coding Standards
12
13
open-pr-for-cs-violations:
14
name: PHP-CS-Fixer
if: github.actor != 'dependabot[bot]'
- name: Checkout code
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ env:
PHPUnit:
strategy:
fail-fast: false
matrix:
0 commit comments