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 d08d603 commit d0f919bCopy full SHA for d0f919b
.github/workflows/php-cs-fixer.yml
@@ -11,6 +11,11 @@ jobs:
11
runs-on: [ubuntu-latest]
12
13
steps:
14
+ - name: Setup PHP
15
+ uses: shivammathur/setup-php@v2
16
+ with:
17
+ php-version: 7.4
18
+
19
- name: Checkout code
20
uses: actions/checkout@v4
21
.github/workflows/phpcs.yml
@@ -21,6 +21,11 @@ jobs:
path: .phpcs.php.xml.dist
22
23
24
25
26
27
28
29
30
31
0 commit comments