Skip to content

Commit ac5d2c0

Browse files
authored
chore: require PHP 8.4 (#83)
1 parent ba53c13 commit ac5d2c0

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- "8.3"
1918
- "8.4"
2019
- "8.5"
2120
dependencies:
2221
- "highest"
2322
include:
2423
- dependencies: "lowest"
25-
php-version: "8.3"
24+
php-version: "8.4"
2625

2726
steps:
2827
- 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.3"
22+
php-version: "8.4"
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.3"
44+
php-version: "8.4"
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.3"
23+
php-version: "8.4"
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.3"
22+
php-version: "8.4"
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.3"
44+
php-version: "8.4"
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.3",
22+
"php": "^8.4",
2323
"ext-ds": "*"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)