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
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1.1"
- "8.1"
- "8.2"
name: PHP ${{ matrix.php-version }}