Skip to content

Commit adce41f

Browse files
committed
Add PHP 8.5 support
1 parent 73472c7 commit adce41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ jobs:
2121
- php-version: '8.2'
2222
- php-version: '8.3'
2323
- php-version: '8.4'
24+
- php-version: '8.5'
2425

2526
#CS
2627
- php-version: '8.2'
2728
description: 'with Coding Standards'
2829
coding-standards: true
2930

3031
# Dependencies
31-
- php-version: '8.4'
32+
- php-version: '8.5'
3233
description: 'with Analyze dependencies'
3334
analyze-dependencies: true
3435

0 commit comments

Comments
 (0)