Merge branch 'master' of github.com:beyondcode/expose

This commit is contained in:
Marcel Pociot
2022-02-07 13:12:27 +01:00

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 }}