Skip to content

Commit 63f50d0

Browse files
committed
Configure new 6.0 development version
1 parent 3fc562a commit 63f50d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ 5.5 ]
5+
branches: [ 6.0 ]
66
pull_request:
7-
branches: [ 5.5 ]
7+
branches: [ 6.0 ]
88

99
permissions:
1010
contents: read
@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-php-
4444
4545
- name: Install dependencies
46-
run: COMPOSER_ROOT_VERSION=5.5.x-dev composer update --prefer-dist --no-interaction --no-progress ${{ matrix.composer-prefer }}
46+
run: COMPOSER_ROOT_VERSION=6.0.x-dev composer update --prefer-dist --no-interaction --no-progress ${{ matrix.composer-prefer }}
4747

4848
- name: Run phpstan
4949
run: ./vendor/bin/phpstan analyse

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![License](https://img.shields.io/packagist/l/softspring/user-bundle?style=flat-square)
66
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/user-bundle/php?style=flat-square)
77
![Downloads](https://img.shields.io/packagist/dt/softspring/user-bundle?style=flat-square)
8-
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/user-bundle/ci.yml?branch=5.5&style=flat-square&label=CI)](https://github.com/softspring/user-bundle/actions/workflows/ci.yml)
8+
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/user-bundle/ci.yml?branch=6.0&style=flat-square&label=CI)](https://github.com/softspring/user-bundle/actions/workflows/ci.yml)
99

1010
This package provides a new complete user bundle out of the box.
1111

0 commit comments

Comments
 (0)