Skip to content

Commit 13c1e1f

Browse files
committed
chore: update workflow to include PHP 8.5
1 parent 3acaa08 commit 13c1e1f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.2', '8.4']
29+
php-versions: ['8.2', '8.5']
3030

3131
steps:
3232
- name: Checkout

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: "!contains(github.event.head_commit.message, '[ci skip]')"
3939
strategy:
4040
matrix:
41-
php-versions: ['8.2', '8.3', '8.4']
41+
php-versions: ['8.2', '8.3', '8.4', '8.5']
4242
db-platforms: ['MySQLi', 'SQLite3']
4343
include:
4444
# Postgre

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
php-versions: ['8.2', '8.4']
36+
php-versions: ['8.2', '8.5']
3737

3838
steps:
3939
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Queues for the CodeIgniter 4 framework.
77
[![Deptrac](https://github.com/codeigniter4/queue/actions/workflows/deptrac.yml/badge.svg)](https://github.com/codeigniter4/queue/actions/workflows/deptrac.yml)
88
[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/queue/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/queue?branch=develop)
99

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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Listen for queued jobs.
1818

1919
### Requirements
2020

21-
- PHP 8.1+
21+
- PHP 8.2+
2222
- CodeIgniter 4.3+
2323

2424
If you use `database` handler:

0 commit comments

Comments
 (0)