Skip to content

Commit

Permalink
Merge pull request #4319 from nextcloud/enhancement/php8
Browse files Browse the repository at this point in the history
Allow php8
  • Loading branch information
ChristophWurst authored Feb 4, 2021
2 parents 077e553 + 88ce26a commit 2569f9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [7.2, 7.3, 7.4]
php-versions: [7.2, 7.3, 7.4, 8.0]
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
matrix:
php-versions: [7.3, 7.4]
nextcloud-versions: ['stable20', 'stable21', 'master']
include:
- php: 8.0
nextcloud-version: master
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up php${{ matrix.php-versions }}
Expand Down Expand Up @@ -50,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [7.4]
php-versions: [7.4, 8.0]
nextcloud-versions: ['master']
db: ['sqlite', 'mysql', 'pgsql']
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<repository type="git">https://github.com/nextcloud/mail.git</repository>
<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
<dependencies>
<php min-version="7.3" max-version="7.4" />
<php min-version="7.3" max-version="8.0" />
<nextcloud min-version="21" max-version="22" />
</dependencies>
<repair-steps>
Expand Down

0 comments on commit 2569f9f

Please sign in to comment.