Skip to content

Commit 0dc6dfd

Browse files
authored
chore: update workflow to include PHP 8.5 (#200)
* chore: update workflow to include PHP 8.5 * update docs
1 parent 9804e5f commit 0dc6dfd

File tree

15 files changed

+19
-21
lines changed

15 files changed

+19
-21
lines changed

.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@CI46
23+
uses: codeigniter4/.github/.github/workflows/deptrac.yml@CI47

.github/workflows/infection.yml

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

1313
jobs:
1414
infection:
15-
uses: codeigniter4/.github/.github/workflows/infection.yml@CI46
15+
uses: codeigniter4/.github/.github/workflows/infection.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@CI46
19+
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@CI47
2020
with:
2121
dirs: "src/ tests/"

.github/workflows/phpcsfixer.yml

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

1717
jobs:
1818
phpcsfixer:
19-
uses: codeigniter4/.github/.github/workflows/phpcsfixer.yml@CI46
19+
uses: codeigniter4/.github/.github/workflows/phpcsfixer.yml@CI47

.github/workflows/phpstan.yml

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

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

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
phpunit:
2323
strategy:
2424
matrix:
25-
php-version: ['8.1', '8.2', '8.3', '8.4']
25+
php-version: ['8.2', '8.3', '8.4', '8.5']
2626
db-platform: ['MySQLi', 'SQLite3']
2727
mysql-version: ['8.0']
2828
dependencies: ['highest']
@@ -44,7 +44,7 @@ jobs:
4444
db-platform: OCI8
4545
mysql-version: '8.0'
4646

47-
uses: codeigniter4/.github/.github/workflows/phpunit.yml@CI46
47+
uses: codeigniter4/.github/.github/workflows/phpunit.yml@CI47
4848
with:
4949
php-version: ${{ matrix.php-version }}
5050
db-platform: ${{ matrix.db-platform }}

.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@CI46
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
@@ -20,4 +20,4 @@ on:
2020

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

.github/workflows/unused.yml

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

1919
jobs:
2020
rector:
21-
uses: codeigniter4/.github/.github/workflows/unused.yml@CI46
21+
uses: codeigniter4/.github/.github/workflows/unused.yml@CI47

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A task scheduler for CodeIgniter 4.
77
[![Deptrac](https://github.com/codeigniter4/tasks/actions/workflows/deptrac.yml/badge.svg)](https://github.com/codeigniter4/tasks/actions/workflows/deptrac.yml)
88
[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/tasks/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/tasks?branch=develop)
99

10-
![PHP](https://img.shields.io/badge/PHP-%5E8.1-blue)
11-
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.1-blue)
10+
![PHP](https://img.shields.io/badge/PHP-%5E8.2-blue)
11+
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.3-blue)
1212
![License](https://img.shields.io/badge/License-MIT-blue)
1313

1414
## Installation

0 commit comments

Comments
 (0)