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 bf37b15 commit af52e77Copy full SHA for af52e77
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
operating-system: [ubuntu-latest]
13
- php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
+ php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
14
name: ${{ matrix.php-version }}
15
runs-on: ${{ matrix.operating-system }}
16
steps:
0 commit comments