Skip to content

Commit ba03072

Browse files
committed
Require PHP 8.1, test on PHP 8.4
1 parent 874c399 commit ba03072

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66

77
env:
8-
PSALM_PHP_VERSION: "8.3"
9-
COVERAGE_PHP_VERSION: "8.3"
8+
PSALM_PHP_VERSION: "8.4"
9+
COVERAGE_PHP_VERSION: "8.4"
1010

1111
jobs:
1212
phpunit:
@@ -17,15 +17,14 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php-version:
20-
- "7.4"
21-
- "8.0"
2220
- "8.1"
2321
- "8.2"
2422
- "8.3"
23+
- "8.4"
2524
deps:
2625
- "highest"
2726
include:
28-
- php-version: "7.4"
27+
- php-version: "8.1"
2928
deps: "lowest"
3029

3130
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.4 || ^8.0"
11+
"php": "^8.1"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)