Skip to content

Commit

Permalink
CI: Update latest PHP version to last non-EOL version (#228)
Browse files Browse the repository at this point in the history
When reading https://phpunit.de/announcements/phpunit-11.html I saw that since Feb 2 2024, 8.2 is the oldest still-supported PHP version.
  • Loading branch information
olleolleolle authored Feb 29, 2024
1 parent 584a472 commit 252e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1']
php: ['8.2']
composer-mode: ['low-deps', 'high-deps']

steps:
Expand Down

0 comments on commit 252e9ca

Please sign in to comment.