We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27be40 commit 990d221Copy full SHA for 990d221
.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', '8.3']
+ php-version: ['8.0', '8.1', '8.2', '8.3', '8.4']
17
steps:
18
- uses: actions/checkout@v4
19
- name: Use PHP ${{ matrix.php-version }}
0 commit comments