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.
1 parent 39316ef commit 683e6fcCopy full SHA for 683e6fc
.github/workflows/continuous-integration.yml
@@ -1,5 +1,4 @@
1
-
2
-name: "Continuous Integration"
+name: "CI: PHPUnit"
3
4
on:
5
pull_request:
@@ -27,7 +26,7 @@ on:
27
26
28
jobs:
29
phpunit:
30
- name: "PHPUnit"
+ name: PHP ${{ matrix.php-version || 'Ø' }} - Sf ${{ matrix.symfony-require || 'Ø' }} - deps ${{ matrix.dependencies || 'Ø' }} - stab. ${{ matrix.stability || 'Ø' }} - remove ORM ${{ matrix.remove-orm || 'Ø' }} - remove Messenger ${{ matrix.doctrine-messenger || 'Ø' }}
31
runs-on: "ubuntu-latest"
32
env:
33
SYMFONY_REQUIRE: ${{matrix.symfony-require}}
@@ -55,6 +54,10 @@ jobs:
55
54
php-version: "8.4"
56
57
# Test LTS
+ - symfony-require: "6.4.*"
58
+ dependencies: "highest"
59
+ php-version: "8.4"
60
+
61
- symfony-require: "7.4.*"
62
dependencies: "highest"
63
0 commit comments