Update workflow lowest php version

This commit is contained in:
crazywhalecc
2025-03-10 11:10:25 +08:00
committed by Jerry Ma
parent 3a05a0e6ba
commit 228762ce7b
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
php-version: [ 8.0, 8.1, 8.2 ]
php-version: [ 8.1, 8.2, 8.3, 8.4 ]
name: PHP ${{ matrix.php-version }} Test (${{ matrix.operating-system }})
runs-on: ${{ matrix.operating-system }}
timeout-minutes: 10