Skip to content

Commit d48ea7a

Browse files
authored
Update dependencies (#205)
* ci: Add PHP 8.5; Update actions * deps: Update Symfony dependencies * chore: Update composer.lock
1 parent f640520 commit d48ea7a

File tree

9 files changed

+175
-162
lines changed

9 files changed

+175
-162
lines changed

.github/workflows/build-phar-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

@@ -85,7 +85,7 @@ jobs:
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
uses: SethCohen/[email protected]

.github/workflows/buld-bin-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/coding-standards.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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"
2525
uses: wagoid/[email protected]
@@ -37,7 +37,7 @@ jobs:
3737
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/[email protected]
@@ -54,7 +54,7 @@ jobs:
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]
@@ -90,7 +90,7 @@ jobs:
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

.github/workflows/refactoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/testing.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- 8.1
2727
- 8.2
2828
- 8.3
29+
- 8.4
30+
- 8.5
2931
dependencies:
3032
- lowest
3133
- locked
@@ -35,7 +37,7 @@ jobs:
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
@@ -71,7 +73,7 @@ jobs:
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

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
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"
@@ -49,8 +45,8 @@
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": {
@@ -61,7 +57,7 @@
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": {

0 commit comments

Comments
 (0)