[CI] Add PHP 8.3 to packages build

This commit is contained in:
Grzegorz Sadowski 2024-09-20 13:11:56 +02:00
parent 9f28d80dcd
commit 94dc4e3afc
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -96,7 +96,7 @@
]
},
"packages": {
"php": ["8.2"],
"php": ["8.2", "8.3"],
"symfony": ["^6.4"]
}
}