Skip to content

Commit ef460a0

Browse files
authored
Merge pull request #36 from tattersoftware/php8
PHP Versions
2 parents 5d39bf8 + d1de5cf commit ef460a0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/deptrac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up PHP
3434
uses: shivammathur/setup-php@v2
3535
with:
36-
php-version: '8.1'
36+
php-version: '8.2'
3737
tools: phive
3838
extensions: intl, json, mbstring, xml
3939
coverage: none

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up PHP
2525
uses: shivammathur/setup-php@v2
2626
with:
27-
php-version: '8.1'
27+
php-version: '8.2'
2828
tools: infection, phpunit
2929
extensions: intl, json, mbstring, gd, xml, sqlite3
3030
coverage: xdebug

.github/workflows/phpcpd.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.1'
32+
php-version: '8.2'
3333
tools: phpcpd
3434
extensions: dom, mbstring
3535
coverage: none

.github/workflows/phpcsfixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up PHP
3030
uses: shivammathur/setup-php@v2
3131
with:
32-
php-version: '8.1'
32+
php-version: '8.2'
3333
extensions: json, tokenizer
3434
coverage: none
3535
env:

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php-versions: ['7.4', '8.0', '8.1', '8.2']
31+
php-versions: ['8.0', '8.1', '8.2']
3232

3333
steps:
3434
- name: Checkout

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: "!contains(github.event.head_commit.message, '[ci skip]')"
2828
strategy:
2929
matrix:
30-
php-versions: ['7.4', '8.0', '8.1', '8.2']
30+
php-versions: ['8.0', '8.1', '8.2']
3131

3232
steps:
3333
- name: Checkout

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup PHP
3434
uses: shivammathur/setup-php@v2
3535
with:
36-
php-version: '8.1'
36+
php-version: '8.2'
3737
tools: phpstan, phpunit
3838
extensions: intl, json, mbstring, xml
3939
coverage: none

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php-versions: ['7.4', '8.0', '8.1', '8.2']
31+
php-versions: ['8.0', '8.1', '8.2']
3232

3333
steps:
3434
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"homepage": "https://github.com/tattersoftware/codeigniter4-frontend",
2424
"require": {
25-
"php": "^7.4 || ^8.0",
25+
"php": "^8.0",
2626
"almasaeed2010/adminlte": "^3.0",
2727
"components/jquery": "^3.3",
2828
"datatables.net/datatables.net-bs4": "dev-master",

0 commit comments

Comments
 (0)