Skip to content

Commit d356265

Browse files
committed
Drops PHP7.4 support
1 parent 64334f8 commit d356265

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 7.4
16+
php-version: 8.0
1717

1818
- name: Validate composer.json
1919
run: composer validate
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
27+
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4']
2828
composer-deps: [ 'lowest', 'highest' ]
2929
php-unit-versions: [ '8.5.19', '9.0', '9.3', '9.5' ]
3030
exclude:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4|^8.0",
13-
"symfony/console": "^5.4|^6.0|^7.0",
14-
"symfony/stopwatch": "^5.4|^6.0|^7.0",
15-
"symfony/process": "^5.4|^6.0|^7.0",
12+
"php": "^8.0",
13+
"symfony/console": "^5.4|^6.4|^7.0",
14+
"symfony/stopwatch": "^5.4|^6.4|^7.0",
15+
"symfony/process": "^5.4|^6.4|^7.0",
1616
"doctrine/collections": "^1.2|^2.0",
1717
"symfony/deprecation-contracts": "^2.1|^3"
1818
},

0 commit comments

Comments
 (0)