We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874c399 commit ba03072Copy full SHA for ba03072
2 files changed
.github/workflows/ci.yml
@@ -5,8 +5,8 @@ on:
5
pull_request:
6
7
env:
8
- PSALM_PHP_VERSION: "8.3"
9
- COVERAGE_PHP_VERSION: "8.3"
+ PSALM_PHP_VERSION: "8.4"
+ COVERAGE_PHP_VERSION: "8.4"
10
11
jobs:
12
phpunit:
@@ -17,15 +17,14 @@ jobs:
17
fail-fast: false
18
matrix:
19
php-version:
20
- - "7.4"
21
- - "8.0"
22
- "8.1"
23
- "8.2"
24
- "8.3"
+ - "8.4"
25
deps:
26
- "highest"
27
include:
28
- - php-version: "7.4"
+ - php-version: "8.1"
29
deps: "lowest"
30
31
steps:
composer.json
@@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
- "php": "^7.4 || ^8.0"
+ "php": "^8.1"
},
13
"require-dev": {
14
"phpunit/phpunit": "^9.0",
0 commit comments