We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2252a commit e9f7564Copy full SHA for e9f7564
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- php: ['8.0', '8.1', '8.2']
+ php: ['8.0', '8.1', '8.2', '8.3']
20
ext: ['curl, mbstring, openssl', 'curl, mbstring, openssl, gmp']
21
22
name: PHP ${{ matrix.php }} (${{ matrix.ext }})
0 commit comments