We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fdaab commit 7942a86Copy full SHA for 7942a86
.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"]
+ php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
10
steps:
11
- name: Checkout repository
12
uses: actions/checkout@v3
0 commit comments