Update GitHub test action to run on PHP 8.1 and 8.2

This commit is contained in:
Marcus Moore 2023-11-09 14:42:47 -08:00
parent 042a15d294
commit cc0653c68a

View file

@ -25,9 +25,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
php-version: php-version:
- "7.4" - "8.1"
- "8.0" - "8.2"
- "8.1.1"
name: PHP ${{ matrix.php-version }} name: PHP ${{ matrix.php-version }}