remove php 8.3 from test

This commit is contained in:
2026-05-15 17:22:55 +03:30
parent 4ea95e3786
commit 59ffc77e47

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.3', '8.4', '8.5']
php-version: ['8.4', '8.5']
steps:
- name: Checkout code