We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe8475 commit cef016dCopy full SHA for cef016d
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- php-version: ['8.0', '8.1', '8.2', '8.3']
+ php-version: ['8.2', '8.3']
16
deps: ['low', 'high']
17
name: PHP ${{ matrix.php-version }} (${{ matrix.deps }})
18
steps:
0 commit comments