Add PHP 8.5 to testing matrix
@ -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
@ -20,4 +20,4 @@ jobs:
extensions: curl, mbstring
tools: composer:v2
- run: composer install
- run: composer test-ci