Merge pull request #889 from alexmerlin/fix-readme-typo

Fixed small typo in `README.md`
This commit is contained in:
Shivam Mathur 2024-12-02 08:52:14 +00:00 committed by GitHub
commit e7453ef93f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'