Skip to content

Commit

Permalink
Retain customizations to Github workflow files
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed May 28, 2023
1 parent 3839c05 commit c88e3ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "8.0", "8.1", "8.2" ]
php-versions: [ "7.3", "7.4", "8.0", "8.1", "8.2" ]

name: php-lint

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
matrix:
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']
include:
- php-versions: '7.3'
server-versions: 'stable22'
- php-versions: '7.4'
server-versions: 'stable23'

services:
mysql:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-nextcloud-ocp-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['master']
target: ['stable24']
branches: ['main']
target: ['stable22']

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

Expand Down

0 comments on commit c88e3ce

Please sign in to comment.