We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58236b0 commit ba92304Copy full SHA for ba92304
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Test
12
strategy:
13
matrix:
14
- php-version: ['8.3']
+ php-version: ['8.3', '8.4']
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
0 commit comments