Skip to content

Commit 7eab38b

Browse files
authored
ci: Add PHP 8.5 to CI workflow
1 parent 02a62bc commit 7eab38b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
include:
3030
- php: '8.4'
3131
symfony: '8.0.*'
32+
- php: '8.5'
33+
symfony: '8.0.*'
3234
exclude:
3335
- php: '7.2'
3436
symfony: '6.0.*'

0 commit comments

Comments
 (0)