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 15d0798 commit 4f481f1Copy full SHA for 4f481f1
.github/workflows/ci.yml
@@ -26,8 +26,6 @@ jobs:
26
fail-fast: true
27
matrix:
28
php-version:
29
- - "8.2"
30
- - "8.3"
31
- "8.4"
32
- "8.5"
33
@@ -75,8 +73,6 @@ jobs:
75
73
- ubuntu-latest
76
74
- windows-latest
77
78
79
80
81
82
composer.json
@@ -31,7 +31,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
34
- "php": "^8.2",
+ "php": "^8.4",
35
"chillerlan/php-settings-container": "^3.2.1",
36
"paragonie/constant_time_encoding": "^3.0"
37
},
0 commit comments