File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,27 +3,7 @@ name: "Continuous Integration"
33
44on :
55 pull_request :
6- branches :
7- - " *.x"
8- paths :
9- - .github/workflows/continuous-integration.yml
10- - config/**
11- - composer.*
12- - phpunit.xml.dist
13- - src/**
14- - templates/**
15- - tests/**
166 push :
17- branches :
18- - " *.x"
19- paths :
20- - .github/workflows/continuous-integration.yml
21- - config/**
22- - composer.*
23- - phpunit.xml.dist
24- - src/**
25- - templates/**
26- - tests/**
277
288jobs :
299 phpunit :
3717 fail-fast : false
3818 matrix :
3919 php-version :
40- - " 8.1"
4120 - " 8.2"
42- - " 8.3"
4321 dependencies :
4422 - " highest"
4523 stability :
5028 - false
5129 remove-doctrine-messenger :
5230 - false
53- include :
54- # Tests the lowest set of dependencies
55- - dependencies : " lowest"
56- stability : " stable"
57- php-version : " 8.1"
58-
59- # Test LTS
60- - symfony-require : " 6.4.*"
61- dependencies : " highest"
62- php-version : " 8.4"
63-
64- # DBAL only without ORM
65- - php-version : " 8.4"
66- dependencies : " highest"
67- stability : " stable"
68- remove-orm : true
69-
70- # No Messenger integration
71- - php-version : " 8.4"
72- dependencies : " highest"
73- stability : " stable"
74- remove-doctrine-messenger : true
75-
76- # Bleeding edge
77- - php-version : " 8.4"
78- dependencies : " highest"
79- stability : " dev"
8031
8132 steps :
8233 - name : " Checkout"
You can’t perform that action at this time.
0 commit comments