We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce5e95 commit 16433c3Copy full SHA for 16433c3
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- php: ['8.0', '8.1']
+ php: ['8.1', '8.2']
13
dependency-version: [prefer-lowest, prefer-stable]
14
15
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
0 commit comments