We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399a2cf + 89049c5 commit 64aefbcCopy full SHA for 64aefbc
.github/workflows/test-application.yaml
@@ -48,5 +48,8 @@ jobs:
48
dependency-versions: ${{ matrix.dependencies }}
49
composer-options: --prefer-dist
50
51
+ - name: Prepare phpunit
52
+ run: vendor/bin/simple-phpunit install
53
+
54
- name: Execute test cases
55
run: make test
CHANGELOG.md
@@ -1,5 +1,12 @@
1
Changelog
2
=========
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
10
2.6.0
11
-----
12
0 commit comments