chore: points to 5.x

This commit is contained in:
nuno maduro
2026-06-12 07:29:53 +01:00
parent 15e9b6a507
commit afb582616d
5 changed files with 9 additions and 9 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Install Dependencies
env:
COMPOSER_ROOT_VERSION: 4.x-dev
COMPOSER_ROOT_VERSION: 5.x-dev
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
- name: Profanity Check

View File

@ -64,7 +64,7 @@ jobs:
- name: Install PHP dependencies
shell: bash
env:
COMPOSER_ROOT_VERSION: 4.x-dev
COMPOSER_ROOT_VERSION: 5.x-dev
run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:^${{ matrix.symfony }}"
- name: Unit Tests