elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
5.27k stars 965 forks source link

7.x - Run CI against PHP 8.3 #1400

Open pmartin35 opened 5 months ago

pmartin35 commented 5 months ago

This runs elasticsearch/elasticsearch 7.x CI against PHP 8.3. composer.json allows PHP 8.3 ("php": "^7.3 || ^8.0",) but the tests are not currently being executed against 8.3.

Please let me know if I missed/forgot anything in this PR.