Merge pull request #609 from lubiana/add-php-84-to-workflow

add php 8.4 to workflow matrix
pull/614/head
n0nag0n 2 months ago committed by GitHub
commit 7226be4bbe
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] 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