Skip to content

Commit 64aefbc

Browse files
authored
Merge pull request #474 from symfony-cmf/cleanup-build
cleanup build
2 parents 399a2cf + 89049c5 commit 64aefbc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/test-application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@ jobs:
4848
dependency-versions: ${{ matrix.dependencies }}
4949
composer-options: --prefer-dist
5050

51+
- name: Prepare phpunit
52+
run: vendor/bin/simple-phpunit install
53+
5154
- name: Execute test cases
5255
run: make test

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
3+
4+
3.0.0 (unreleased)
5+
------------------
6+
7+
* Support Symfony 6
8+
* Drop support for Symfony older than 6 and PHP older than 8
9+
310
2.6.0
411
-----
512

0 commit comments

Comments
 (0)