We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165e81a commit a42cd3bCopy full SHA for a42cd3b
1 file changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- php-version: ['8.1', '8.2']
+ php-version: ['8.1', '8.2', '8.3']
12
13
steps:
14
- uses: actions/checkout@v2
0 commit comments