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 f575ac8 commit 109a7eeCopy full SHA for 109a7ee
.github/workflows/cs-fix.yml
@@ -10,3 +10,5 @@ jobs:
10
permissions:
11
contents: write
12
uses: spiral/gh-actions/.github/workflows/cs-fix.yml@master
13
+ env:
14
+ COMPOSER_ROOT_VERSION: '1.x-dev'
.github/workflows/security.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: 🛠️ Setup PHP
30
uses: shivammathur/setup-php@v2
31
32
33
with:
34
php-version: ${{ matrix.php-version }}
35
ini-values: error_reporting=E_ALL
.github/workflows/testing.yml
@@ -47,6 +47,8 @@ jobs:
47
48
- name: 📥 Install dependencies with composer
49
uses: ramsey/composer-install@v3
50
51
52
53
dependency-versions: ${{ matrix.dependencies }}
54
0 commit comments