Skip to content

Commit 1555e12

Browse files
committed
Drop PHP 8.1 support as it is EOL
1 parent e4d542e commit 1555e12

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php:
19-
- '8.1'
2019
- '8.2'
2120
- '8.3'
2221
- '8.4'
@@ -29,7 +28,7 @@ jobs:
2928
dependencies: stable
3029
- description: 'lowest dependencies'
3130
dependencies: lowest
32-
php: '8.1'
31+
php: '8.2'
3332
- description: 'beta/RC dependencies'
3433
dependencies: beta
3534
# - description: 'nightly with stable dependencies'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"issues": "https://github.com/omines/datatables-bundle/issues"
2121
},
2222
"require": {
23-
"php": ">=8.1",
23+
"php": ">=8.2",
2424
"symfony/event-dispatcher": "^6.4|^7.1",
2525
"symfony/framework-bundle": "^6.4|^7.1",
2626
"symfony/options-resolver": "^6.4|^7.1",

0 commit comments

Comments
 (0)