Skip to content

Commit

Permalink
Enhancement: Drop PHP 7.4 support (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Sep 26, 2024
1 parent 02c8f6a commit b4a1031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: 7.4
php-version: 8.3
tools: composer:v2
ini-values: date.timezone=UTC

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

steps:
- name: 'Checkout code'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"require": {
"php": ">=7.4",
"php": ">=8.3",
"ext-json": "*",
"ext-curl": "*",
"doctrine/rst-parser": "^0.5",
Expand Down

0 comments on commit b4a1031

Please sign in to comment.