File tree Expand file tree Collapse file tree 9 files changed +61
-0
lines changed Expand file tree Collapse file tree 9 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 2121jobs :
2222 deptrac :
2323 uses : codeigniter4/.github/.github/workflows/deptrac.yml@CI46
24+ with :
25+ php-version : ' 8.2'
Original file line number Diff line number Diff line change 1313jobs :
1414 infection :
1515 uses : codeigniter4/.github/.github/workflows/infection.yml@CI46
16+ with :
17+ php-version : ' 8.2'
Original file line number Diff line number Diff line change 1919 uses : codeigniter4/.github/.github/workflows/phpcpd.yml@CI46
2020 with :
2121 dirs : " src/ tests/"
22+ php-version : ' 8.2'
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 phpcsfixer :
19+ strategy :
20+ fail-fast : false
21+ matrix :
22+ php-version : ['8.2', '8.4']
23+
1924 uses : codeigniter4/.github/.github/workflows/phpcsfixer.yml@CI46
25+ with :
26+ php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 phpstan :
23+ strategy :
24+ fail-fast : false
25+ matrix :
26+ php-version : ['8.2', '8.3', '8.4']
27+
2328 uses : codeigniter4/.github/.github/workflows/phpstan.yml@CI46
29+ with :
30+ php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 phpunit :
23+ strategy :
24+ matrix :
25+ php-version : ['8.2', '8.3', '8.4']
26+ db-platform : ['MySQLi', 'SQLite3']
27+ mysql-version : ['8.0']
28+ dependencies : ['highest']
29+ include :
30+ # MySQL 5.7
31+ - php-version : ' 8.2'
32+ db-platform : MySQLi
33+ mysql-version : ' 5.7'
34+ # Postgre
35+ - php-version : ' 8.2'
36+ db-platform : Postgre
37+ mysql-version : ' 8.0'
38+ # SQLSRV
39+ - php-version : ' 8.2'
40+ db-platform : SQLSRV
41+ mysql-version : ' 8.0'
42+ # OCI8
43+ - php-version : ' 8.2'
44+ db-platform : OCI8
45+ mysql-version : ' 8.0'
46+
2347 uses : codeigniter4/.github/.github/workflows/phpunit.yml@CI46
48+ with :
49+ php-version : ${{ matrix.php-version }}
50+ db-platform : ${{ matrix.db-platform }}
51+ mysql-version : ${{ matrix.mysql-version }}
52+ dependencies : ${{ matrix.dependencies }}
53+ coveralls-php : ' 8.2'
54+
Original file line number Diff line number Diff line change 2121jobs :
2222 psalm :
2323 uses : codeigniter4/.github/.github/workflows/psalm.yml@CI46
24+ with :
25+ php-version : ' 8.2'
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 rector :
23+ strategy :
24+ fail-fast : false
25+ matrix :
26+ php-version : ['8.2', '8.4']
27+
2328 uses : codeigniter4/.github/.github/workflows/rector.yml@CI46
29+ with :
30+ php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 1919jobs :
2020 unused :
2121 uses : codeigniter4/.github/.github/workflows/unused.yml@CI46
22+ with :
23+ php-version : ' 8.2'
You can’t perform that action at this time.
0 commit comments