diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-06-12 23:49:42 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-06-12 23:55:02 +0200 |
commit | 8d8c8654cf7a01276f844dac888d0e808170eba7 (patch) | |
tree | b4c094b162a191ddebc6a05b838614c2ae1f5888 /.github/workflows/performance.yml | |
parent | 63bf207ca7a18dd50ce3aeaea42e53f4ee400fc0 (diff) | |
download | nextcloud-server-8d8c8654cf7a01276f844dac888d0e808170eba7.tar.gz nextcloud-server-8d8c8654cf7a01276f844dac888d0e808170eba7.zip |
ci: pin setup-php to avoid a regression
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.github/workflows/performance.yml')
-rw-r--r-- | .github/workflows/performance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 44ca8954078..6e702afd965 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.base.ref }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d #v2.25.2 with: php-version: ${{ matrix.php-versions }} tools: phpunit:9 |