diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-06-30 08:39:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-30 08:39:06 +0200 |
commit | b77c151f5bc041c089e5f07e3df5f9c1e3c1f1d7 (patch) | |
tree | f0d8d6cafb15868a0d2292a82ee1779690a7931c /.github/workflows/lint-php-cs.yml | |
parent | a7fd9c983192117012180e2e46e0be18709f36ac (diff) | |
parent | ad1720b6e2f61611f6dbb9a092e16b8a48b05cb3 (diff) | |
download | nextcloud-server-b77c151f5bc041c089e5f07e3df5f9c1e3c1f1d7.tar.gz nextcloud-server-b77c151f5bc041c089e5f07e3df5f9c1e3c1f1d7.zip |
Merge pull request #46197 from nextcloud/setupPhpUpgrade
ci: Use the same `setup-php` version on all tests
Diffstat (limited to '.github/workflows/lint-php-cs.yml')
-rw-r--r-- | .github/workflows/lint-php-cs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index 709b6a4da59..bbe79df5b0b 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Set up php8.1 - uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2 + uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b #v2.31.0 with: php-version: 8.1 extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite |