File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed
Expand file tree Collapse file tree 7 files changed +17
-17
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
2929 - name : 🛠️ Setup PHP
3030 uses : shivammathur/setup-php@v2
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
4343 uses : ibiqlik/action-yamllint@v3
5454 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]
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 2828 - locked
2929 steps :
3030 - name : 📦 Check out the codebase
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : 🛠️ Setup PHP
3434 uses : shivammathur/setup-php@v2
8282 - highest
8383 steps :
8484 - name : 📦 Check out the codebase
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686
8787 - name : 🛠️ Setup PHP
8888 uses : shivammathur/setup-php@v2
@@ -126,7 +126,7 @@ jobs:
126126 DLOAD_PHAR_SIGNATURE : " .build/phar/dload.phar.asc"
127127 steps :
128128 - name : 📦 Check out the codebase
129- uses : actions/checkout@v5
129+ uses : actions/checkout@v6
130130 with :
131131 fetch-depth : 0
132132
Original file line number Diff line number Diff line change 1515 ],
1616 "funding" : [
1717 {
18- "type" : " patreon " ,
19- "url" : " https://patreon.com /roxblnfk"
18+ "type" : " boosty " ,
19+ "url" : " https://boosty.to /roxblnfk"
2020 }
2121 ],
2222 "require" : {
2929 "psr/http-client" : " ^1.0" ,
3030 "react/async" : " ^3.2 || ^4.3" ,
3131 "react/promise" : " ^2.10 || ^3.2" ,
32- "symfony/console" : " ^6.4 || ^7" ,
33- "symfony/http-client" : " ^4.4 || ^5.4 || ^6.4 || ^7" ,
32+ "symfony/console" : " ^6.4 || ^7 || ^8 " ,
33+ "symfony/http-client" : " ^4.4 || ^5.4 || ^6.4 || ^7 || ^8 " ,
3434 "yiisoft/injector" : " ^1.2"
3535 },
3636 "require-dev" : {
37- "buggregator/trap" : " ^1.10 " ,
37+ "buggregator/trap" : " ^1.15 " ,
3838 "dereuromark/composer-prefer-lowest" : " ^0.1.10" ,
3939 "phpunit/phpunit" : " ^10.5" ,
4040 "spiral/code-style" : " ^2.2.2" ,
41- "ta-tikoma/phpunit-architecture-test" : " ^0.8.4 " ,
41+ "ta-tikoma/phpunit-architecture-test" : " ^0.8.5 " ,
4242 "vimeo/psalm" : " ^6.10"
4343 },
4444 "suggest" : {
You can’t perform that action at this time.
0 commit comments