Skip to content

Commit 557910a

Browse files
simPodclaude
andauthored
Drop PHP 8.3 support, add PHP 8.5 to CI matrix (#188)
https://claude.ai/code/session_01JpmzX6xZs1J8MDDzdgvasZ Co-authored-by: Claude <[email protected]>
1 parent cf9a9f7 commit 557910a

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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.3"
1918
- "8.4"
19+
- "8.5"
2020
dependencies:
2121
- "highest"
2222
include:
2323
- dependencies: "lowest"
24-
php-version: "8.3"
24+
php-version: "8.4"
2525

2626
steps:
2727
- name: "Checkout"

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
php-version:
17-
- "8.3"
17+
- "8.4"
1818

1919
steps:
2020
- name: "Checkout"

.github/workflows/infection.yaml

Lines changed: 1 addition & 1 deletion
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: "pcov"
2424

2525
- name: "Install dependencies with Composer"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
php-version:
17-
- "8.3"
17+
- "8.4"
1818

1919
steps:
2020
- name: "Checkout code"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^8.3",
21+
"php": "^8.4",
2222
"webonyx/graphql-php": "^15.4"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)