Skip to content

Commit 071b935

Browse files
authored
Merge pull request #32 from codeigniter4/housekeeping
chore: Housekeeping
2 parents 544110b + 4cdac8b commit 071b935

File tree

8 files changed

+11
-15
lines changed

8 files changed

+11
-15
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "codeigniter4/devkit",
3-
"type": "library",
43
"description": "Development toolkit for CodeIgniter libraries and projects",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"codeigniter",
78
"codeigniter4",
@@ -10,8 +11,6 @@
1011
"development",
1112
"tools"
1213
],
13-
"homepage": "https://github.com/codeigniter4/devkit",
14-
"license": "MIT",
1514
"authors": [
1615
{
1716
"name": "Matthew Gatner",
@@ -20,6 +19,7 @@
2019
"role": "Developer"
2120
}
2221
],
22+
"homepage": "https://github.com/codeigniter4/devkit",
2323
"require": {
2424
"php": "^7.4 || ^8.0",
2525
"codeigniter/coding-standard": "^1.1",

src/Template/.github/workflows/deptrac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up PHP
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: '8.0'
34+
php-version: '8.1'
3535
tools: phive
3636
extensions: intl, json, mbstring, xml
3737
coverage: none

src/Template/.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up PHP
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: '8.0'
34+
php-version: '8.1'
3535
tools: infection, phpunit
3636
extensions: intl, json, mbstring, gd, xml, sqlite3
3737
coverage: xdebug

src/Template/.github/workflows/phpcpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: '8.0'
30+
php-version: '8.1'
3131
tools: phpcpd
3232
extensions: dom, mbstring
3333
coverage: none

src/Template/.github/workflows/phpcsfixer.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ on:
1616

1717
jobs:
1818
build:
19-
name: PHP ${{ matrix.php-versions }} Coding Standards
19+
name: Coding Standards
2020
runs-on: ubuntu-latest
2121
if: "!contains(github.event.head_commit.message, '[ci skip]')"
22-
strategy:
23-
fail-fast: false
24-
matrix:
25-
php-versions: ['7.4', '8.0', '8.1']
2622

2723
steps:
2824
- name: Checkout
@@ -31,7 +27,7 @@ jobs:
3127
- name: Set up PHP
3228
uses: shivammathur/setup-php@v2
3329
with:
34-
php-version: ${{ matrix.php-versions }}
30+
php-version: '8.1'
3531
extensions: json, tokenizer
3632
coverage: none
3733
env:

src/Template/.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: '8.0'
34+
php-version: '8.1'
3535
tools: phpstan, phpunit
3636
extensions: intl, json, mbstring, xml
3737
coverage: none

src/Template/.github/workflows/unused.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2
3131
with:
32-
php-version: '8.0'
32+
php-version: '8.1'
3333
tools: composer, composer-unused
3434
extensions: intl, json, mbstring, xml
3535
coverage: none

src/Template/deptrac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ parameters:
114114
Service:
115115
- Config
116116
- Vendor Config
117-
117+
118118
# Ignore anything in the Vendor layers
119119
Vendor Model:
120120
- Config

0 commit comments

Comments
 (0)