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: strategy:
fail-fast: false fail-fast: false
matrix: 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -20,4 +20,4 @@ jobs:
extensions: curl, mbstring extensions: curl, mbstring
tools: composer:v2 tools: composer:v2
- run: composer install - run: composer install
- run: composer test-ci - run: composer test-ci

Loading…
Cancel
Save