We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27418f2 commit 7f678f3Copy full SHA for 7f678f3
.github/workflows/pipeline.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- php: ['8.2', '8.3']
+ php: ['8.2', '8.3', '8.4']
13
dependencies: ['lowest', 'highest']
14
steps:
15
- name: Checkout
0 commit comments