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 e4d542e commit 1555e12Copy full SHA for 1555e12
.github/workflows/ci.yaml
@@ -16,7 +16,6 @@ jobs:
16
fail-fast: false
17
matrix:
18
php:
19
- - '8.1'
20
- '8.2'
21
- '8.3'
22
- '8.4'
@@ -29,7 +28,7 @@ jobs:
29
28
dependencies: stable
30
- description: 'lowest dependencies'
31
dependencies: lowest
32
- php: '8.1'
+ php: '8.2'
33
- description: 'beta/RC dependencies'
34
dependencies: beta
35
# - description: 'nightly with stable dependencies'
composer.json
@@ -20,7 +20,7 @@
"issues": "https://github.com/omines/datatables-bundle/issues"
},
"require": {
23
- "php": ">=8.1",
+ "php": ">=8.2",
24
"symfony/event-dispatcher": "^6.4|^7.1",
25
"symfony/framework-bundle": "^6.4|^7.1",
26
"symfony/options-resolver": "^6.4|^7.1",
0 commit comments