8000 Drop support for PHP7.4 · allan-simon/symfony-bridge@607579e · GitHub
[go: up one dir, main page]

Skip to content

Commit 607579e

Browse files
Drop support for PHP7.4
1 parent bcd8c05 commit 607579e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
max-parallel: 10
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1']
13+
php: ['8.0', '8.1', '8.2']
1414
sf_version: ['5.2.*', '5.4.*', '6.0.*']
15-
exclude:
16-
- php: 7.4
17-
sf_version: 6.0.*
1815

1916
steps:
2017
- name: Set up PHP
@@ -45,7 +42,7 @@ jobs:
4542
- name: Set up PHP
4643
uses: shivammathur/setup-php@2.7.0
4744
with:
48-
php-version: 7.4
45+
php-version: 8.0
4946
coverage: pcov
5047

5148
- name: Checkout code
@@ -56,5 +53,5 @@ jobs:
5653

5754
- name: Run tests
5855
env:
59-
PHP_VERSION: 7.4
56+
PHP_VERSION: 8.0
6057
run: ./vendor/bin/phpunit -v --coverage-text

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up PHP
2727
uses: shivammathur/setup-php@2.7.0
2828
with:
29-
php-version: 7.4
29+
php-version: 8.0
3030

3131
- name: Download dependencies
3232
run: composer update --no-interaction --prefer-dist --no-progress --no-suggest --dev

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": ">=7.4",
25+
"php": ">=8.0",
2626
"bref/bref": "^1.2|^2.0",
2727
"symfony/filesystem": "^5.2|^6.0",
2828
"symfony/http-kernel": "^5.2|^6.0",

0 commit comments

Comments
 (0)
0