add php 8.4 to workflow matrix

pull/609/head
lubiana 2 months ago
parent 1307e8a39d
commit ab18073e28

@ -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] php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository

Loading…
Cancel
Save