We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41783c5 commit 01afddfCopy full SHA for 01afddf
1 file changed
.github/workflows/php.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: true
19
matrix:
20
- php: [ 8.1] # 7.1, 7.2,
+ php: [ 8.1, 8.2] # 7.1, 7.2,
21
os: [ubuntu-latest] # windows-latest, macOS-latest
22
23
steps:
0 commit comments