Add PHP 8.3 to unit test matrix

This commit is contained in:
Kijin Sung 2023-11-30 23:49:58 +09:00
parent 7a7cdb6389
commit a294783261

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' ] php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }} name: PHP ${{ matrix.php }}
steps: steps: