Skip to content

Commit

Permalink
fix(PHP): Removed EOL PHPv8.1 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
4513 committed Mar 17, 2024
1 parent 315e334 commit 00ff9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/min-stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Composer Install
run: composer update --prefer-dist --no-progress --prefer-lowest
Expand Down

0 comments on commit 00ff9ec

Please sign in to comment.