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 eb5ffd1 commit 00458b9Copy full SHA for 00458b9
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
+ php-version: ['8.2', '8.3', '8.4']
16
steps:
17
- uses: actions/checkout@v5
18
- name: Use PHP ${{ matrix.php-version }}
0 commit comments