Add PHP 8.5 to testing matrix

pull/667/head
Joan Miquel 3 days ago committed by GitHub
parent d32e090fa7
commit 28ae1fa038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
runs-on: ubuntu-latest
steps:
- name: Checkout repository

Loading…
Cancel
Save