We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620c432 commit f0f6c02Copy full SHA for f0f6c02
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: true
13
matrix:
14
os: [ ubuntu-latest ]
15
- php: [ 8.2, 8.3 ]
+ php: [ 8.2, 8.3, 8.4 ]
16
17
name: P${{ matrix.php }} - ${{ matrix.os }}
18
steps:
0 commit comments