Skip to content

Commit

Permalink
chore: add support for PHP 7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed May 16, 2023
1 parent 21e5311 commit c15355b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<category>organization</category>
<bugs>https://github.com/nextcloud/calendar_resource_management</bugs>
<dependencies>
<php min-version="8.0" max-version="8.2" />
<php min-version="7.4" max-version="8.2" />
<nextcloud min-version="24" max-version="26"/>
</dependencies>
<commands>
Expand Down

0 comments on commit c15355b

Please sign in to comment.