File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121jobs :
2222 deptrac :
23- uses : codeigniter4/.github/.github/workflows/deptrac.yml@main
23+ uses : codeigniter4/.github/.github/workflows/deptrac.yml@CI47
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 phpcpd :
19- uses : codeigniter4/.github/.github/workflows/phpcpd.yml@main
19+ uses : codeigniter4/.github/.github/workflows/phpcpd.yml@CI47
2020 with :
2121 dirs : " app/ tests/"
Original file line number Diff line number Diff line change 3030 strategy :
3131 fail-fast : false
3232 matrix :
33- php-versions : ['8.1 ']
33+ php-versions : ['8.2 ']
3434
3535 steps :
3636 - name : Checkout
Original file line number Diff line number Diff line change 3434 strategy :
3535 fail-fast : false
3636 matrix :
37- php-versions : ['8.1 ']
37+ php-versions : ['8.2 ']
3838
3939 steps :
4040 - name : Checkout
Original file line number Diff line number Diff line change 2525 if : " !contains(github.event.head_commit.message, '[ci skip]')"
2626 strategy :
2727 matrix :
28- php-versions : ['8.1 ']
28+ php-versions : ['8.2 ']
2929
3030 steps :
3131 - name : Checkout
6666 TACHYCARDIA_MONITOR_GA : enabled
6767 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868
69- - if : matrix.php-versions == '8.1 '
69+ - if : matrix.php-versions == '8.2 '
7070 name : Run Coveralls
7171 continue-on-error : true
7272 run : |
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 psalm :
23- uses : codeigniter4/.github/.github/workflows/psalm.yml@main
23+ uses : codeigniter4/.github/.github/workflows/psalm.yml@CI47
Original file line number Diff line number Diff line change 3434 strategy :
3535 fail-fast : false
3636 matrix :
37- php-versions : ['8.1 ']
37+ php-versions : ['8.2 ']
3838
3939 steps :
4040 - name : Checkout
You can’t perform that action at this time.
0 commit comments