We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f43192 commit 3c0c335Copy full SHA for 3c0c335
.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']
+ 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