add php 8.4

bump other php version, bump composer version
This commit is contained in:
2024-11-22 12:29:11 +07:00
parent e9c6184540
commit 034670eea1
8 changed files with 43 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- name: Check out repository
uses: actions/checkout@v4