Update PHP version matrix in tests workflow

Removed PHP version 8.3 from the testing matrix.
This commit is contained in:
Meghdad
2026-05-01 02:36:28 +03:30
committed by GitHub
parent d61af149ee
commit 09aa833cdd

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