File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717
1818 steps :
19- - name : Checkout base branch for PR
20- if : github.event_name == 'pull_request'
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22- with :
23- ref : ${{ github.base_ref }}
24- persist-credentials : false
25-
2619 - name : Checkout
2720 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2821 with :
Original file line number Diff line number Diff line change @@ -169,13 +169,6 @@ jobs:
169169 sudo apt-get update
170170 sudo apt-get install -y imagemagick libmagickwand-dev ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64
171171
172- - name : Checkout base branch for PR
173- if : github.event_name == 'pull_request'
174- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
175- with :
176- ref : ${{ github.base_ref }}
177- persist-credentials : false
178-
179172 - name : Checkout
180173 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
181174 with :
Original file line number Diff line number Diff line change 6565 sudo apt-get update
6666 sudo apt-get install -y imagemagick libmagickwand-dev ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64
6767
68- - name : Checkout base branch for PR
69- if : github.event_name == 'pull_request'
70- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
71- with :
72- ref : ${{ github.base_ref }}
73- persist-credentials : false
74-
7568 - name : Checkout
7669 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7770 with :
Original file line number Diff line number Diff line change 3535 name : Check normalized composer.json
3636 runs-on : ubuntu-24.04
3737 steps :
38- - name : Checkout base branch for PR
39- if : github.event_name == 'pull_request'
40- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41- with :
42- ref : ${{ github.base_ref }}
43-
4438 - name : Checkout
4539 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4640
Original file line number Diff line number Diff line change 3434 composer-option : ' --ignore-platform-req=php'
3535
3636 steps :
37- - name : Checkout base branch for PR
38- if : github.event_name == 'pull_request'
39- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40- with :
41- ref : ${{ github.base_ref }}
42-
4337 - name : Checkout
4438 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4539
Original file line number Diff line number Diff line change 3636 name : Architectural Inspection
3737 runs-on : ubuntu-24.04
3838 steps :
39- - name : Checkout base branch for PR
40- if : github.event_name == 'pull_request'
41- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42- with :
43- ref : ${{ github.base_ref }}
44-
4539 - name : Checkout
4640 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4741
Original file line number Diff line number Diff line change 4545 strategy :
4646 fail-fast : false
4747 steps :
48- - name : Checkout base branch for PR
49- if : github.event_name == 'pull_request'
50- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51- with :
52- ref : ${{ github.base_ref }}
53-
5448 - name : Checkout
5549 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5650
Original file line number Diff line number Diff line change 3535 - ' 8.2'
3636
3737 steps :
38- - name : Checkout base branch for PR
39- if : github.event_name == 'pull_request'
40- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41- with :
42- ref : ${{ github.base_ref }}
43- persist-credentials : false
44-
4538 - name : Checkout
4639 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4740 with :
Original file line number Diff line number Diff line change 5252 composer-option : ' --ignore-platform-req=php'
5353
5454 steps :
55- - name : Checkout base branch for PR
56- if : github.event_name == 'pull_request'
57- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58- with :
59- ref : ${{ github.base_ref }}
60-
6155 - name : Checkout
6256 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6357
Original file line number Diff line number Diff line change 5050 - ' 8.5'
5151
5252 steps :
53- - name : Checkout base branch for PR
54- if : github.event_name == 'pull_request'
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56- with :
57- ref : ${{ github.base_ref }}
58-
5953 - name : Checkout
6054 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6155
8175 restore-keys : ${{ runner.os }}-composer-
8276
8377 - name : Install dependencies
84- run : composer update --ansi --no-interaction ${{ matrix.composer-option }}
78+ run : composer update --ansi --no-interaction
8579
8680 - name : Structarmed Cache
8781 uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
You can’t perform that action at this time.
0 commit comments