We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0259cb5 commit de90d1cCopy full SHA for de90d1c
.github/workflows/php.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- php-versions: ['8.2', '8.3', '8.4']
+ php-versions: ['8.2', '8.3']
18
name: PHP ${{ matrix.php-versions }} Test
19
steps:
20
- name: Checkout
0 commit comments