mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Update GitHub test action to run on PHP 8.1 and 8.2
This commit is contained in:
parent
042a15d294
commit
cc0653c68a
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue