Skip to content

Commit 064047e

Browse files
committed
chore(ci): add php8.5
1 parent 460e392 commit 064047e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.1, 8.2, 8.3, 8.4]
11+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
1212

1313
steps:
1414
- name: Checkout code

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php: [ 8.1, 8.2, 8.3, 8.4 ]
12+
php: [ 8.1, 8.2, 8.3, 8.4, 8.5 ]
1313

1414
steps:
1515
- name: Checkout code

0 commit comments

Comments
 (0)