Skip to content

Commit 784d0f9

Browse files
authored
Add PHP 8.5 on CI (#293)
1 parent b96ff86 commit 784d0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [ '8.3', '8.4' ]
16+
php: [ '8.3', '8.4', '8.5' ]
1717

1818
steps:
1919
- name: Checkout Code

0 commit comments

Comments
 (0)