File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
16
16
- name : Setup PHP
17
- uses : shivammathur/setup-php@2.31.1
17
+ uses : shivammathur/setup-php@2.32.0
18
18
with :
19
19
php-version : ${{ matrix.php }}
20
20
ini-values : xdebug.max_nesting_level=3000
44
44
- uses : actions/checkout@v4
45
45
46
46
- name : Setup PHP
47
- uses : shivammathur/setup-php@2.31.1
47
+ uses : shivammathur/setup-php@2.32.0
48
48
with :
49
49
php-version : 8.1
50
50
ini-values : xdebug.max_nesting_level=3000
77
77
- uses : actions/checkout@v4
78
78
79
79
- name : Setup PHP
80
- uses : shivammathur/setup-php@2.31.1
80
+ uses : shivammathur/setup-php@2.32.0
81
81
with :
82
82
php-version : 8.2
83
83
ini-values : xdebug.max_nesting_level=3000
Original file line number Diff line number Diff line change 22
22
echo ::set-output name=TAG::$VERSION
23
23
24
24
- name : Create draft release
25
- uses : ncipollo/release-action@v1.14 .0
25
+ uses : ncipollo/release-action@v1.15 .0
26
26
with :
27
27
commit : ${{ github.sha }}
28
28
draft : true
You can’t perform that action at this time.
0 commit comments