Remove PHP 7.2 and 7.3 from test matrix

This commit is contained in:
Kijin Sung 2024-11-19 00:04:02 +09:00
parent 7e142722d4
commit f7038ebde5

View file

@ -6,7 +6,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }} name: PHP ${{ matrix.php }}
steps: steps: