Skip to content

Commit

Permalink
chore: Drop support for PHP 8.1 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 29, 2023
1 parent 813e9a1 commit 0c13bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: composer
coverage: none

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
php:
- '8.1'
- '8.2'
dependency: [ highest, lowest ]
symfony-version:
Expand Down Expand Up @@ -73,7 +72,7 @@ jobs:
- name: Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: composer
coverage: pcov

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"symfony/console": "^5.4 || ^6.3",
"symfony/event-dispatcher-contracts": "^2.5 || ^3.0",
"symfony/service-contracts": "^2.5 || ^3.0",
Expand Down

0 comments on commit 0c13bef

Please sign in to comment.