Skip to content

Commit 6af37c3

Browse files
committed
update workflow
1 parent 91977b9 commit 6af37c3

8 files changed

Lines changed: 203 additions & 182 deletions

File tree

.github/workflows/deptrac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ on:
2020

2121
jobs:
2222
deptrac:
23-
uses: codeigniter4/.github/.github/workflows/deptrac.yml@main
23+
uses: codeigniter4/.github/.github/workflows/deptrac.yml@CI47

.github/workflows/phpcpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ on:
1616

1717
jobs:
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/"

.github/workflows/phpcsfixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
php-versions: ['8.1']
33+
php-versions: ['8.2']
3434

3535
steps:
3636
- name: Checkout

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-versions: ['8.1']
37+
php-versions: ['8.2']
3838

3939
steps:
4040
- name: Checkout

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -66,7 +66,7 @@ jobs:
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: |

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ on:
2020

2121
jobs:
2222
psalm:
23-
uses: codeigniter4/.github/.github/workflows/psalm.yml@main
23+
uses: codeigniter4/.github/.github/workflows/psalm.yml@CI47

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-versions: ['8.1']
37+
php-versions: ['8.2']
3838

3939
steps:
4040
- name: Checkout

0 commit comments

Comments
 (0)