We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f6602 commit 69a7d86Copy full SHA for 69a7d86
.github/workflows/provider.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