We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f4919 commit 4c9ec02Copy full SHA for 4c9ec02
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- php: ['8.1', '8.2']
+ php: ['8.1', '8.2', '8.3']
20
21
steps:
22
- name: Checkout code
0 commit comments