Skip to content

Commit db4559f

Browse files
committed
Bumped minimum PHP version to 8.3
1 parent b27ac77 commit db4559f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
tests:
66
strategy:
77
matrix:
8-
php-versions: [ '8.2', '8.3', '8.4' ]
8+
php-versions: [ '8.3', '8.4' ]
99

1010
runs-on: ubuntu-latest
1111

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
}
3131
},
3232
"require": {
33-
"php": "~8.2 || ~8.3 || ~8.4",
33+
"php": "~8.3 || ~8.4",
3434
"ext-pdo": "*",
35-
"phpunit/phpunit": "^12.2 || 11.5"
35+
"phpunit/phpunit": "^12.2"
3636
},
3737
"require-dev": {
3838
"slevomat/coding-standard": "^8.19",

0 commit comments

Comments
 (0)