Skip to content

Commit 252e9ca

Browse files
authored
CI: Update latest PHP version to last non-EOL version (#228)
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.
1 parent 584a472 commit 252e9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
php: ['8.1']
27+
php: ['8.2']
2828
composer-mode: ['low-deps', 'high-deps']
2929

3030
steps:

0 commit comments

Comments
 (0)