Skip to content

Commit

Permalink
Merge pull request #908 from nextcloud/fix/stable27-ci-for-supported-…
Browse files Browse the repository at this point in the history
…versions-only

test(ci): supported server and php versions
  • Loading branch information
GretaD authored Feb 7, 2024
2 parents 45a4728 + 00baee7 commit b37c0d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master', 'stable27', 'stable26']
php-versions: ['8.1', '8.2']
server-versions: ['stable28', 'stable27', 'stable26']
include:
- php-versions: '7.4'
server-versions: 'stable25'
- php-versions: '8.3'
server-versions: 'stable28'

steps:
- name: Set app env
Expand Down

0 comments on commit b37c0d8

Please sign in to comment.