Skip to content

Commit 0a3fafd

Browse files
authored
Add PHP 8.5 support (#262)
1 parent b4d22f9 commit 0a3fafd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
os: >-
3333
['ubuntu-latest']
3434
php: >-
35-
['8.1', '8.2', '8.3', '8.4']
35+
['8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
os: >-
3232
['ubuntu-latest']
3333
php: >-
34-
['8.1', '8.2', '8.3', '8.4']
34+
['8.1', '8.2', '8.3', '8.4', '8.5']

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
os: >-
2828
['ubuntu-latest']
2929
php: >-
30-
['8.4']
30+
['8.5']
3131
secrets:
3232
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
os: >-
3030
['ubuntu-latest']
3131
php: >-
32-
['8.1', '8.2', '8.3', '8.4']
32+
['8.1', '8.2', '8.3', '8.4', '8.5']

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An extension for running tasks asynchronously via queues.
1818

1919
## Requirements
2020

21-
- PHP 8.1 or higher.
21+
- PHP 8.1 - 8.5.
2222

2323
## Installation
2424

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"minimum-stability": "dev",
3737
"prefer-stable": true,
3838
"require": {
39-
"php": "8.1 - 8.4",
39+
"php": "8.1 - 8.5",
4040
"psr/container": "^1.0 || ^2.0",
4141
"psr/log": "^2.0 || ^3.0",
4242
"symfony/console": "^5.4 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)