mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:34:39 -04:00
Add php 8.3 testing
Signed-off-by: Lucas Hedding <heddn@users.noreply.github.com>
This commit is contained in:
parent
edeae6aec8
commit
951f608c25
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ['ubuntu-20.04', 'ubuntu-22.04']
|
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']
|
phpunit-versions: ['latest']
|
||||||
ci_node_total: [ 8 ]
|
ci_node_total: [ 8 ]
|
||||||
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]
|
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]
|
||||||
@ -130,4 +130,4 @@ jobs:
|
|||||||
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||||
PHP_CS_FIXER_IGNORE_ENV: true
|
PHP_CS_FIXER_IGNORE_ENV: true
|
||||||
CI_NODE_TOTAL: ${{ matrix.ci_node_total }}
|
CI_NODE_TOTAL: ${{ matrix.ci_node_total }}
|
||||||
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
|
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user