File tree Expand file tree Collapse file tree 9 files changed +175
-162
lines changed
Expand file tree Collapse file tree 9 files changed +175
-162
lines changed Original file line number Diff line number Diff line change 2424 GPG_KEYS_ENCRYPTED : " .github/phar/keys.asc.gpg"
2525 steps :
2626 - name : 📦 Check out the codebase
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
3030
8585 timeout-minutes : 4
8686 steps :
8787 - name : 📦 Check out the codebase
88- uses : actions/checkout@v5
88+ uses : actions/checkout@v6
8989
9090 - name : ✉️ Notify Discord about release
9191
Original file line number Diff line number Diff line change 8787 name : 📦 Build macOS ARM64
8888 steps :
8989 - name : Checkout code
90- uses : actions/checkout@v5
90+ uses : actions/checkout@v6
9191 with :
9292 fetch-depth : 0
9393
@@ -181,7 +181,7 @@ jobs:
181181 name : 📦 Build macOS (x64)
182182 steps :
183183 - name : Checkout code
184- uses : actions/checkout@v5
184+ uses : actions/checkout@v6
185185 with :
186186 fetch-depth : 0
187187
Original file line number Diff line number Diff line change 1919 pull-requests : read
2020 steps :
2121 - name : 📦 Check out the codebase
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : 🧐 Lint commits using "commitlint"
25253737 pull-requests : read
3838 steps :
3939 - name : 📦 Check out the codebase
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141
4242 - name : 🧐 Lint YAML files
43435454 group : markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5555 steps :
5656 - name : 📦 Check out the codebase
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858
5959 - name : 🧐 Lint Markdown files
6060 uses :
DavidAnson/[email protected] 9090# tools: composer, phive
9191#
9292# - name: 📦 Check out the codebase
93- # uses: actions/checkout@v5
93+ # uses: actions/checkout@v6
9494#
9595# - name: 🤖 Validate composer.json and composer.lock
9696# run: composer validate --ansi --strict
Original file line number Diff line number Diff line change 3232 - locked
3333 steps :
3434 - name : 📦 Check out the codebase
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636
3737 - name : 🛠️ Setup PHP
3838 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2424 - locked
2525 steps :
2626 - name : 📦 Check out the codebase
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : 🛠️ Setup PHP
3030 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 3636 - locked
3737 steps :
3838 - name : 📦 Check out the codebase
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : 🛠️ Setup PHP
4242 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2626 - 8.1
2727 - 8.2
2828 - 8.3
29+ - 8.4
30+ - 8.5
2931 dependencies :
3032 - lowest
3133 - locked
3537 dependencies : highest
3638 steps :
3739 - name : 📦 Check out the codebase
38- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
3941
4042 - name : 🛠️ Setup PHP
4143 uses : shivammathur/setup-php@v2
7173 - locked
7274 steps :
7375 - name : 📦 Check out the codebase
74- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7577
7678 - name : 🛠️ Setup PHP
7779 uses : shivammathur/setup-php@v2
@@ -118,7 +120,7 @@ jobs:
118120 TRAP_PHAR_SIGNATURE : " .build/phar/trap.phar.asc"
119121 steps :
120122 - name : 📦 Check out the codebase
121- uses : actions/checkout@v5
123+ uses : actions/checkout@v6
122124 with :
123125 fetch-depth : 0
124126
Original file line number Diff line number Diff line change 3030 ],
3131 "homepage" : " https://buggregator.dev/" ,
3232 "funding" : [
33- {
34- "type" : " patreon" ,
35- "url" : " https://patreon.com/roxblnfk"
36- },
3733 {
3834 "type" : " boosty" ,
3935 "url" : " https://boosty.to/roxblnfk"
4945 "php-http/message" : " ^1.15" ,
5046 "psr/container" : " ^1.1 || ^2.0" ,
5147 "psr/http-message" : " ^1.1 || ^2" ,
52- "symfony/console" : " ^6.4 || ^7" ,
53- "symfony/var-dumper" : " ^6.3 || ^7" ,
48+ "symfony/console" : " ^6.4 || ^7 || ^8 " ,
49+ "symfony/var-dumper" : " ^6.3 || ^7 || ^8 " ,
5450 "yiisoft/injector" : " ^1.2"
5551 },
5652 "require-dev" : {
6157 "rector/rector" : " ^1.1" ,
6258 "roxblnfk/unpoly" : " ^1.8.1" ,
6359 "spiral/code-style" : " ^2.2.2" ,
64- "ta-tikoma/phpunit-architecture-test" : " ^0.8.4 " ,
60+ "ta-tikoma/phpunit-architecture-test" : " ^0.8.5 " ,
6561 "vimeo/psalm" : " ^6.5"
6662 },
6763 "suggest" : {
You can’t perform that action at this time.
0 commit comments