File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1212 - " master"
1313 - " feature/*"
1414
15+ env :
16+ PHP_VERSION : " 8.2"
17+
1518jobs :
1619 check-arginfo :
1720 name : " Check generated arginfo files"
1821 runs-on : " ubuntu-20.04"
1922
20- strategy :
21- matrix :
22- php-version :
23- - " 8.2"
24-
2523 steps :
2624 - name : " Checkout"
2725 uses : " actions/checkout@v4"
3129 - name : " Install PHP"
3230 uses : " shivammathur/setup-php@v2"
3331 with :
34- php-version : " ${{ matrix.php-version }}"
32+ php-version : " ${{ env.PHP_VERSION }}"
3533
3634 - name : " Run phpize"
3735 run : phpize
Original file line number Diff line number Diff line change 1212 - " master"
1313 - " feature/*"
1414
15+ env :
16+ PHP_VERSION : " 7.4"
17+
1518jobs :
1619 coding-standards :
1720 name : " Coding Standards"
1821 runs-on : " ubuntu-20.04"
1922
20- strategy :
21- matrix :
22- php-version :
23- - " 7.4"
24-
2523 steps :
2624 - name : " Checkout"
2725 uses : " actions/checkout@v4"
3129 - name : " Install PHP"
3230 uses : " shivammathur/setup-php@v2"
3331 with :
34- php-version : " ${{ matrix.php-version }}"
32+ php-version : " ${{ env.PHP_VERSION }}"
3533
3634 - name : " Configure driver"
3735 run : .github/workflows/configure.sh
You can’t perform that action at this time.
0 commit comments