Skip to content

Commit b4a1031

Browse files
authored
Enhancement: Drop PHP 7.4 support (#183)
1 parent 02c8f6a commit b4a1031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
coverage: none
23-
php-version: 7.4
23+
php-version: 8.3
2424
tools: composer:v2
2525
ini-values: date.timezone=UTC
2626

@@ -37,7 +37,7 @@ jobs:
3737
# add here only the PHP versions and OS used in GitHub CI (for tests)
3838
# and on the symfony.com server (where the Symfony Docs are built)
3939
operating-system: ['ubuntu-latest']
40-
php-version: ['7.4', '8.3']
40+
php-version: ['8.3']
4141

4242
steps:
4343
- name: 'Checkout code'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": ">=7.4",
17+
"php": ">=8.3",
1818
"ext-json": "*",
1919
"ext-curl": "*",
2020
"doctrine/rst-parser": "^0.5",

0 commit comments

Comments
 (0)