We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a006f3 commit 109e3beCopy full SHA for 109e3be
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
+ php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
27
steps:
28
- name: Checkout code
29
uses: actions/checkout@v4
0 commit comments