Skip to content

Commit 4f481f1

Browse files
committed
:octocat: bump minimum version for v6
1 parent 15d0798 commit 4f481f1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
fail-fast: true
2727
matrix:
2828
php-version:
29-
- "8.2"
30-
- "8.3"
3129
- "8.4"
3230
- "8.5"
3331

@@ -75,8 +73,6 @@ jobs:
7573
- ubuntu-latest
7674
- windows-latest
7775
php-version:
78-
- "8.2"
79-
- "8.3"
8076
- "8.4"
8177
- "8.5"
8278

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"minimum-stability": "stable",
3232
"prefer-stable": true,
3333
"require": {
34-
"php": "^8.2",
34+
"php": "^8.4",
3535
"chillerlan/php-settings-container": "^3.2.1",
3636
"paragonie/constant_time_encoding": "^3.0"
3737
},

0 commit comments

Comments
 (0)