Skip to content

Commit 8d402fc

Browse files
authored
Run static-analysis Github action on PHP 8.1 (#338)
1 parent 04e3d23 commit 8d402fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csqa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install PHP
9292
uses: shivammathur/setup-php@v2
9393
with:
94-
php-version: 'latest'
94+
php-version: "8.1"
9595
coverage: none
9696

9797
# Install dependencies and handle caching in one go.

0 commit comments

Comments
 (0)