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 b38c4d0 commit be7af47Copy full SHA for be7af47
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
continue-on-error: ${{ matrix.experimental }}
13
strategy:
14
matrix:
15
- php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
+ php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
16
os: [ubuntu-latest]
17
experimental: [false]
18
composer-options: ['']
0 commit comments