Skip to content

Commit 86acfc3

Browse files
committed
chore(deps): require php8.3
1 parent 4eaf681 commit 86acfc3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- "8.2"
1918
- "8.3"
19+
- "8.4"
2020
dependencies:
2121
- "highest"
2222
include:
2323
- dependencies: "lowest"
24-
php-version: "8.2"
24+
php-version: "8.3"
2525

2626
steps:
2727
- name: "Checkout"

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Install PHP"
2020
uses: "shivammathur/setup-php@v2"
2121
with:
22-
php-version: "8.2"
22+
php-version: "8.3"
2323
coverage: "none"
2424
extensions: "ds, mbstring"
2525
tools: "cs2pr"
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Install PHP"
4242
uses: "shivammathur/setup-php@v2"
4343
with:
44-
php-version: "8.2"
44+
php-version: "8.3"
4545
coverage: "none"
4646
extensions: "ds, mbstring"
4747
tools: "cs2pr"

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Install PHP"
2121
uses: "shivammathur/setup-php@v2"
2222
with:
23-
php-version: "8.2"
23+
php-version: "8.3"
2424
coverage: "pcov"
2525
extensions: "ds, mbstring"
2626
tools: "cs2pr"

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Install PHP"
2020
uses: "shivammathur/setup-php@v2"
2121
with:
22-
php-version: "8.2"
22+
php-version: "8.3"
2323
coverage: "none"
2424
extensions: "ds, mbstring"
2525
tools: "cs2pr"
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Install PHP"
4242
uses: "shivammathur/setup-php@v2"
4343
with:
44-
php-version: "8.2"
44+
php-version: "8.3"
4545
coverage: "none"
4646
extensions: "ds, mbstring"
4747
tools: "cs2pr"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.2",
22+
"php": "^8.3",
2323
"ext-ds": "*",
2424
"azjezz/psl": "^3.0 || ^4.0"
2525
},

0 commit comments

Comments
 (0)