Skip to content

Commit d24a47b

Browse files
committed
Add in PHP 8.4 PR Check
1 parent e8ca095 commit d24a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ubuntu-latest]
15-
php-versions: ['8.0','8.2','8.3']
15+
php-versions: ['8.0','8.2','8.3', '8.4']
1616
steps:
1717
- uses: actions/checkout@v3
1818

0 commit comments

Comments
 (0)