Skip to content

Commit

Permalink
chore: update workflows for stable4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <[email protected]>
  • Loading branch information
miaulalala committed Nov 30, 2023
1 parent 98682c1 commit cab3c15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
nextcloud-versions: ['master', 'stable27', 'stable26']
nextcloud-versions: ['stable28', 'stable27', 'stable26']
include:
- php-versions: '7.4'
nextcloud-versions: 'stable25'
- php-versions: '8.1'
nextcloud-versions: 'stable25'
- php-versions: '8.3'
nextcloud-versions: 'master'
nextcloud-versions: 'stable28'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master']
nextcloud-versions: [ 'stable28']
include:
- php-versions: '7.4'
nextcloud-versions: 'stable25'
Expand Down

0 comments on commit cab3c15

Please sign in to comment.