Merge pull request #667 from joanhey/patch-1

Add PHP 8.5 to testing matrix
master
n0nag0n 3 days ago committed by GitHub
commit bbec61b1ff
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