We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6c7bd commit 6fc78c9Copy full SHA for 6fc78c9
.github/workflows/php.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
operating-system: [ubuntu-latest, windows-latest]
17
- php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
+ php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
18
19
steps:
20
- name: Setup PHP, with composer and extensions
0 commit comments