Skip to content

Commit

Permalink
Merge pull request #1963 from LibreSign/bump-version
Browse files Browse the repository at this point in the history
Update composer dependencies
  • Loading branch information
vitormattos authored Nov 23, 2023
2 parents a4fff97 + 11e9ff8 commit 7be8f98
Show file tree
Hide file tree
Showing 9 changed files with 468 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
php-versions: ['8.0', '8.1', '8.2']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']
server-versions: ['stable28']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
coverage: ['xdebug']
testsuite: [unit, api]
xdebug_mode: ['debug']
server-versions: ['master']
server-versions: ['stable28']
include:
- php-versions: '8.0'
databases: sqlite
coverage: xdebug
testsuite: default
xdebug_mode: debug
server-versions: master
server-versions: stable28
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}-${{ matrix.testsuite }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
include:
- branch: main
ocp: master
ocp: stable28

name: update-nextcloud-ocp-${{ matrix.ocp }}

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/LibreSign.png</screenshot>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="27" max-version="28"/>
<nextcloud min-version="28" max-version="28"/>
<architecture>x86_64</architecture>
<architecture>aarch64</architecture>
</dependencies>
Expand Down
86 changes: 52 additions & 34 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 7be8f98

Please sign in to comment.