1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Add PHP 8.3 to test suite

This commit is contained in:
David Bomba 2023-08-21 08:47:30 +10:00
parent c48cc0dadb
commit 4a8f622fea

View File

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