Skip to content

Commit

Permalink
Drop PHP 7.x and 8.0 support as in RoadRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldinof committed May 4, 2023
1 parent dfaa752 commit cb38e59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['8.1', '8.2']
composer:
- {name: "lowest", flags: " --prefer-dist --prefer-lowest"}
- {name: "stable", flags: " --prefer-dist --prefer-stable"}
Expand All @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['8.1', '8.2']
composer:
- {name: "lowest", flags: " --prefer-dist --prefer-lowest"}
- {name: "stable", flags: " --prefer-dist --prefer-stable"}
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: mbstring,intl,mongodb
tools: composer:v2
- name: Get composer cache directory
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"require": {
"php": ">=7.4",
"php": ">=8.1",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-kernel": "^6.0",
Expand Down

0 comments on commit cb38e59

Please sign in to comment.