Skip to content

Commit 1a60d83

Browse files
committed
Add PHP 8.4 to CI matrix
Signed-off-by: Luís Cobucci <[email protected]>
1 parent d3ada01 commit 1a60d83

File tree

4 files changed

+356
-381
lines changed

4 files changed

+356
-381
lines changed

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Install PHP"
1919
uses: "shivammathur/setup-php@v2"
2020
with:
21-
php-version: "8.1"
21+
php-version: "8.2"
2222
ini-values: memory_limit=-1
2323
tools: composer:v2, cs2pr, roave/backward-compatibility-check
2424
env:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "8.1"
2323
- "8.2"
2424
- "8.3"
25+
- "8.4"
2526
operating-system:
2627
- "ubuntu-latest"
2728
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/simple-cache": "^2.0 || ^3.0"
1818
},
1919
"require-dev": {
20-
"lcobucci/coding-standard": "^11.0",
20+
"lcobucci/coding-standard": "^11.1",
2121
"phpbench/phpbench": "^1.2",
2222
"phpstan/extension-installer": "^1.1",
2323
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)