Skip to content

Commit 12dd921

Browse files
committed
Add PHP 8.5 support
1 parent 24ae23c commit 12dd921

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
- php-version: '8.2'
2121
- php-version: '8.3'
2222
- php-version: '8.4'
23+
- php-version: '8.5'
2324

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

2930
# Dependencies
30-
- php-version: '8.4'
31+
- php-version: '8.5'
3132
description: 'with Analyze dependencies'
3233
analyze-dependencies: true
3334

0 commit comments

Comments
 (0)