Skip to content

Commit 854186f

Browse files
committed
Added PHP versions to the pr-validation.yml
1 parent eb4c86b commit 854186f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php-versions: ['7.4', '8.0', '8.1', '8.2']
22+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2323
steps:
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)