Skip to content

Commit

Permalink
ci(php): Upgrade the php to 8.2 for the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed May 27, 2024
1 parent 7d16211 commit 26f51e6
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.1]
php-versions: [8.2]
nextcloud-versions: ['stable28', 'master']
include:
- php: 8.1
- php: 8.2
nextcloud-version: master

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

0 comments on commit 26f51e6

Please sign in to comment.