Skip to content

Commit cbc17ca

Browse files
committed
[1.x] Run CI jobs on PHP8.5
1 parent cfc7ad3 commit cbc17ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.5
1415
- 8.4
1516
- 8.3
1617
- 8.2
@@ -49,6 +50,7 @@ jobs:
4950
strategy:
5051
matrix:
5152
php:
53+
- 8.5
5254
- 8.4
5355
- 8.3
5456
- 8.2
@@ -113,6 +115,7 @@ jobs:
113115
strategy:
114116
matrix:
115117
php:
118+
- 8.5
116119
- 8.4
117120
- 8.3
118121
- 8.2

0 commit comments

Comments
 (0)