Skip to content

Commit

Permalink
chore: Drop support for PHP 8.1 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 2, 2023
1 parent 4168b9b commit de2951a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.1'
- '8.2'
dependencies: [ highest ]
variant: [ normal ]
include:
- php-version: '8.1'
- php-version: '8.2'
dependencies: highest
variant: 'symfony/symfony:"^5.4"'
# To keep in sync with docker-compose.yml
Expand Down Expand Up @@ -154,7 +153,7 @@ jobs:
- name: Add back Symfony (variant) for ProxyManager Composer bin dependencies
if: matrix.variant != 'normal'
run: composer bin proxy-manager require --dev ${{ matrix.variant }} --prefer-dist --prefer-stable ${{ matrix.composer-flags }} --no-update

- name: Install Symfony for ProxyManager Composer bin dependencies
uses: ramsey/composer-install@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"nelmio/alice": "^3.10",
"psr/log": "^1 || ^2 || ^3",
"webmozart/assert": "^1.10"
Expand Down

0 comments on commit de2951a

Please sign in to comment.