Skip to content

Commit ca89f23

Browse files
authored
Pin PHP version for CI
1 parent 0641d23 commit ca89f23

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: Setup PHP
21+
uses: shivammathur/setup-php@v2
22+
with:
23+
php-version: '7.4'
24+
2025
- name: Validate composer.json and composer.lock
2126
run: composer validate --strict
2227

0 commit comments

Comments
 (0)