Skip to content

Commit

Permalink
drop php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Oct 8, 2024
1 parent 6502c2b commit 30c3745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ jobs:
strategy:
max-parallel: 10
matrix:
php: [ '8.0', '8.1', '8.2', '8.3']
php: [ '8.1', '8.2', '8.3']
sf_version: [ '5.4.*', '6.4.*']
include:
- php: 7.2
sf_version: '5.4.*'

steps:
- name: Set up PHP
Expand Down Expand Up @@ -41,7 +38,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/[email protected]
with:
php-version: 7.3
php-version: 8.1
coverage: none

- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=8.1",
"friendsofphp/proxy-manager-lts": "^1.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0"
},
"require-dev": {
"nyholm/symfony-bundle-test": "^2.0",
"symfony/phpunit-bridge": "^6.0"
"symfony/phpunit-bridge": "^6.4.11"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 30c3745

Please sign in to comment.