Skip to content

Commit

Permalink
ci: fix server-versions attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Apr 2, 2024
1 parent ce76233 commit 96bd0c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
server-versions: ['stable24', 'stable25']
include:
- php-versions: 8.0
nextcloud-versions: stable26
server-versions: stable26
- php-versions: 8.0
nextcloud-versions: stable27
server-versions: stable27
- php-versions: 8.2
databases: sqlite
nextcloud-versions: stable28
server-versions: stable28

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

Expand Down

0 comments on commit 96bd0c4

Please sign in to comment.