We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881d4fe commit ad6bd5cCopy full SHA for ad6bd5c
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.0, 8.1]
+ php: [8.0, 8.1, 8.2, 8.3, 8.4]
17
stability: [prefer-stable]
18
19
name: PHP ${{ matrix.php }}
0 commit comments