Fixed small typo in README.md

Signed-off-by: alexmerlin <alex@dotkernel.com>
This commit is contained in:
alexmerlin 2024-12-02 10:18:57 +02:00
parent 981ce2a75a
commit efd3a13445

View File

@ -529,7 +529,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
php-versions: [8.2', '8.3', '8.4']
php-versions: ['8.2', '8.3', '8.4']
phpunit-versions: ['latest']
include:
- operating-system: 'ubuntu-latest'