We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e889c commit 2202542Copy full SHA for 2202542
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [7.3, 7.4, 8.0, 8.1, 8.2]
+ php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
17
stability: [prefer-stable]
18
19
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments