We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d51830 commit 877db1fCopy full SHA for 877db1f
2 files changed
.github/workflows/static-analysis.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php-version:
14
- - "8.4"
+ - "8.5"
15
steps:
16
- name: "Checkout code"
17
uses: "actions/checkout@v6"
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
21
include:
22
- - php-version: "8.4"
+ - php-version: "8.5"
23
experimental: false
24
25
0 commit comments