Remove PHP 8.3 from test runners

This commit is contained in:
David Bomba 2024-09-03 10:40:57 +10:00
parent 93be683995
commit c2121a051d

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-22.04','ubuntu-24.04']
php-versions: ['8.2', '8.3']
php-versions: ['8.2']
phpunit-versions: ['latest']
ci_node_total: [ 8 ]
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]