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 02c8f6a commit b4a1031Copy full SHA for b4a1031
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: shivammathur/setup-php@v2
21
with:
22
coverage: none
23
- php-version: 7.4
+ php-version: 8.3
24
tools: composer:v2
25
ini-values: date.timezone=UTC
26
@@ -37,7 +37,7 @@ jobs:
37
# add here only the PHP versions and OS used in GitHub CI (for tests)
38
# and on the symfony.com server (where the Symfony Docs are built)
39
operating-system: ['ubuntu-latest']
40
- php-version: ['7.4', '8.3']
+ php-version: ['8.3']
41
42
steps:
43
- name: 'Checkout code'
composer.json
@@ -14,7 +14,7 @@
14
}
15
},
16
"require": {
17
- "php": ">=7.4",
+ "php": ">=8.3",
18
"ext-json": "*",
19
"ext-curl": "*",
"doctrine/rst-parser": "^0.5",
0 commit comments