File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Setup PHP
17
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
17
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
18
18
with :
19
19
php-version : 8.4
20
20
tools : composer, phpize
Original file line number Diff line number Diff line change 14
14
name : " PHP Lints"
15
15
steps :
16
16
- name : Setup PHP
17
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
17
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
18
18
with :
19
19
php-version : 8.3
20
20
Original file line number Diff line number Diff line change 26
26
name : " PHP ${{ matrix.php-version }} (with ${{ matrix.php-extension }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}"
27
27
steps :
28
28
- name : Install PHP
29
- uses : shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
29
+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
30
30
with :
31
31
php-version : ${{ matrix.php-version }}
32
32
extensions : " mbstring, intl, ${{ matrix.php-extension }}"
You can’t perform that action at this time.
0 commit comments