Skip to content

Commit 0829fc5

Browse files
committed
Remove PHP 8.5 support for now
1 parent c2b63c6 commit 0829fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
operating-system: ['ubuntu-latest']
9-
php-versions: ['8.3', '8.4', '8.5']
9+
php-versions: ['8.3', '8.4']
1010
phpunit-versions: ['latest']
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)