Skip to content

Commit 877db1f

Browse files
committed
Bump to PHP 8.5
1 parent 8d51830 commit 877db1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php-version:
14-
- "8.4"
14+
- "8.5"
1515
steps:
1616
- name: "Checkout code"
1717
uses: "actions/checkout@v6"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- php-version: "8.4"
22+
- php-version: "8.5"
2323
experimental: false
2424
steps:
2525
- name: "Checkout code"

0 commit comments

Comments
 (0)