update php to 8.4

This commit is contained in:
2026-05-10 18:06:59 +03:30
parent 60a49b7082
commit 3a38df00ea
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
environment: Testing
strategy:
matrix:
php-version: ['8.3', '8.4', '8.5']
php-version: ['8.4', '8.5']
steps:
- name: Checkout code