Skip to content

Commit c49e62d

Browse files
committed
Test on latest PHP versions
1 parent 9561796 commit c49e62d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
operating-system: ['ubuntu-latest']
14-
php-version: ['7.4', '8.0', '8.1', '8.2']
14+
php-version: ['8.1', '8.2', '8.3', '8.4']
1515
composer-version: ['composer:v2']
1616

1717
steps:

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ expect(file_exists('dummy.txt'))->toBe(true);
2121

2222
## Compatibility
2323

24-
| phpspec-expect | PHP | phpspec |
25-
|----------------|----------|----------------------------|
26-
| 2.x | `>=5.6` | `^3.0` |
27-
| 3.0.x | `>=7.0` | `^4.0` |
28-
| 3.1.x | `^7.1` | `^5.0 \|\| ^6.0` |
29-
| 4.x | `>=7.3` | `^6.0 \|\| ^7.0` |
24+
| phpspec-expect | PHP | phpspec |
25+
|----------------|---------|----------------------------|
26+
| 2.x | `>=5.6` | `^3.0` |
27+
| 3.0.x | `>=7.0` | `^4.0` |
28+
| 3.1.x | `^7.1` | `^5.0 \|\| ^6.0` |
29+
| 4.x | `>=7.3` | `^6.0 \|\| ^7.0` |
3030

3131
## Authors
3232

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
}
2424
},
2525
"require": {
26-
"php": ">=7.4",
26+
"php": ">=8.1",
2727
"phpspec/phpspec": "^6.0 || ^7.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^9.0 || ^10.0",
30+
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
3131
"squizlabs/php_codesniffer": "^3.5"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)