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 981ed32 commit fcea7a5Copy full SHA for fcea7a5
.github/workflows/continuousIntegration.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php: ['8.2']
+ php: ['8.2', '8.4']
14
steps:
15
- name: Cancel Previous Runs
16
uses: styfle/cancel-workflow-action@0.12.1
0 commit comments