diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2024-04-01 17:31:57 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2024-04-08 11:28:54 +0200 |
commit | 9ef70f0c4e94bd32d6b7732d4735c561901cb3df (patch) | |
tree | cc21e363dee05f61e6a555df36337f07b713fb11 /.github/workflows/phpunit-32bits.yml | |
parent | 4299c37ae95e571d4e7352293096cb47ee0c752e (diff) | |
download | nextcloud-server-9ef70f0c4e94bd32d6b7732d4735c561901cb3df.tar.gz nextcloud-server-9ef70f0c4e94bd32d6b7732d4735c561901cb3df.zip |
feat: drop support for php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to '.github/workflows/phpunit-32bits.yml')
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 88ce20bef37..21a02b6341f 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: - php-versions: ['8.0','8.3'] + php-versions: ['8.1','8.3'] steps: - name: Checkout server |