diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-06-28 18:13:56 +0200 |
---|---|---|
committer | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-06-30 08:11:14 +0200 |
commit | ad1720b6e2f61611f6dbb9a092e16b8a48b05cb3 (patch) | |
tree | 55839ecf6e0a2520e8a63a40491d5301da63bb81 /.github/workflows/phpunit-oci.yml | |
parent | 8ec53608b0b1f6fad1569933bc05b723bd2bd2fc (diff) | |
download | nextcloud-server-ad1720b6e2f61611f6dbb9a092e16b8a48b05cb3.tar.gz nextcloud-server-ad1720b6e2f61611f6dbb9a092e16b8a48b05cb3.zip |
ci: Use the same setup-php version on all tests
Diffstat (limited to '.github/workflows/phpunit-oci.yml')
-rw-r--r-- | .github/workflows/phpunit-oci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index ba313c41122..1b607e879bb 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -97,7 +97,7 @@ jobs: submodules: true - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2 + uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b #v2.31.0 with: php-version: ${{ matrix.php-versions }} # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation |