We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7598e41 commit 66e8b13Copy full SHA for 66e8b13
.github/workflows/component.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php-version: ['8.0', '8.1', '8.2']
+ php-version: ['8.0', '8.1', '8.2', '8.3']
17
steps:
18
- uses: actions/checkout@v4
19
- name: Use PHP ${{ matrix.php-version }}
0 commit comments