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 17, 2023
1 parent c0e1624 commit ecbfa5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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
9 changes: 3 additions & 6 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0']
php-versions: ['8.1']
nextcloud-versions: ['master']
db: ['mysql', 'sqlite', 'pgsql']
include:
- php-versions: '8.0'
db: 'mysql'
nextcloud-versions: stable24
- php-versions: '8.1'
- php-versions: '7.4'
db: 'mysql'
nextcloud-versions: stable25
- php-versions: '8.1'
- php-versions: '8.0'
db: 'pgsql'
nextcloud-versions: master
- php-versions: '8.2'
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="25" max-version="27"/>
</dependencies>
<commands>
Expand Down

0 comments on commit ecbfa5f

Please sign in to comment.