We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2583a1 commit 2685258Copy full SHA for 2685258
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-22.04
7
strategy:
8
matrix:
9
- php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
+ php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
10
steps:
11
- name: Checkout repository
12
uses: actions/checkout@v3
0 commit comments