File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 12
12
- " master"
13
13
- " feature/*"
14
14
15
+ env :
16
+ PHP_VERSION : " 8.2"
17
+
15
18
jobs :
16
19
check-arginfo :
17
20
name : " Check generated arginfo files"
18
21
runs-on : " ubuntu-20.04"
19
22
20
- strategy :
21
- matrix :
22
- php-version :
23
- - " 8.2"
24
-
25
23
steps :
26
24
- name : " Checkout"
27
25
uses : " actions/checkout@v4"
31
29
- name : " Install PHP"
32
30
uses : " shivammathur/setup-php@v2"
33
31
with :
34
- php-version : " ${{ matrix.php-version }}"
32
+ php-version : " ${{ env.PHP_VERSION }}"
35
33
36
34
- name : " Run phpize"
37
35
run : phpize
Original file line number Diff line number Diff line change 12
12
- " master"
13
13
- " feature/*"
14
14
15
+ env :
16
+ PHP_VERSION : " 7.4"
17
+
15
18
jobs :
16
19
coding-standards :
17
20
name : " Coding Standards"
18
21
runs-on : " ubuntu-20.04"
19
22
20
- strategy :
21
- matrix :
22
- php-version :
23
- - " 7.4"
24
-
25
23
steps :
26
24
- name : " Checkout"
27
25
uses : " actions/checkout@v4"
31
29
- name : " Install PHP"
32
30
uses : " shivammathur/setup-php@v2"
33
31
with :
34
- php-version : " ${{ matrix.php-version }}"
32
+ php-version : " ${{ env.PHP_VERSION }}"
35
33
36
34
- name : " Configure driver"
37
35
run : .github/workflows/configure.sh
You can’t perform that action at this time.
0 commit comments