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 21935e2 commit 43cf1aeCopy full SHA for 43cf1ae
.github/workflows/clang-format.yml
@@ -12,16 +12,14 @@ on:
12
- "master"
13
- "feature/*"
14
15
+env:
16
+ PHP_VERSION: "7.4"
17
+
18
jobs:
19
coding-standards:
20
name: "Coding Standards"
21
runs-on: "ubuntu-20.04"
22
- strategy:
- matrix:
- php-version:
23
- - "7.4"
24
-
25
steps:
26
- name: "Checkout"
27
uses: "actions/checkout@v4"
@@ -31,7 +29,7 @@ jobs:
31
29
- name: "Install PHP"
32
30
uses: "shivammathur/setup-php@v2"
33
with:
34
- php-version: "${{ matrix.php-version }}"
+ php-version: "${{ env.PHP_VERSION }}"
35
36
- name: "Configure driver"
37
run: .github/workflows/configure.sh
0 commit comments