We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4c86b commit 854186fCopy full SHA for 854186f
1 file changed
.github/workflows/pr-validation.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- php-versions: ['7.4', '8.0', '8.1', '8.2']
+ php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
23
steps:
24
- name: Setup PHP
25
uses: shivammathur/setup-php@v2
0 commit comments