Skip to content

Commit

Permalink
ci(php): Update the release of PHP 8.0 to 8.2
Browse files Browse the repository at this point in the history
I used the readonly properties (https://www.php.net/releases/8.1/en.php)
in my code and the ci is blocked.
I updated the release of PHP 8.0 to 8.2 and it's in Nextcloud's
recommandations to use PHP8.2
(https://docs.nextcloud.com/server/27/admin_manual/installation/system_requirements.html).

Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed Jan 2, 2024
1 parent d0a3ab5 commit 86e85df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [8.0]
php-versions: [8.2]
nextcloud-versions: ['stable25', 'master']
include:
- php: 8.0
- php: 8.2
nextcloud-version: master

name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
Expand Down

0 comments on commit 86e85df

Please sign in to comment.