Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bring back more php7.2 compatibility for some Nextcloud 20 instances
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst authored and backportbot[bot] committed Nov 30, 2020
commit 643bc499a1c93eb5e6c615b9cac8d45390769fe4
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.3, 7.4]
php-versions: [7.2, 7.3, 7.4]
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
Expand Down