Run tests for 8.1

This commit is contained in:
Marcel Pociot
2022-02-07 12:59:18 +01:00
committed by GitHub
parent 8b7df07b27
commit f2793bcef9

View File

@@ -9,7 +9,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-latest]
php: [7.4, 8.0] php: [7.4, 8.0, 8.1]
stability: [prefer-stable] stability: [prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}