We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3584cc6 commit b57491aCopy full SHA for b57491a
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- php: [ '7.4', '8.1', '8.2', '8.3' ]
+ php: [ '7.4', '8.1', '8.2', '8.3', '8.4' ]
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v4
0 commit comments