Commit d95f759 1 parent e6bafb3 commit d95f759 Copy full SHA for d95f759
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 81
81
82
82
- name : Set up php ${{ env.PHP_VERSION }}
83
83
if : ${{ steps.changelog.outputs.skipped == 'false' }}
84
- uses : shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
84
+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
85
85
with :
86
86
php-version : ${{ env.PHP_VERSION }}
87
87
coverage : none
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Set up php8.2
31
- uses : shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
31
+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
32
32
with :
33
33
php-version : 8.2
34
34
coverage : none
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
33
33
- name : Set up php ${{ matrix.php-versions }}
34
- uses : shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
34
+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
35
35
with :
36
36
php-version : ${{ matrix.php-versions }}
37
37
coverage : none
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Set up php8.2
32
- uses : shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
32
+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
33
33
with :
34
34
php-version : 8.2
35
35
coverage : none
You can’t perform that action at this time.
0 commit comments