Skip to content

Commit d7dff96

Browse files
committed
chore: lowest dependency job uses PHP 7.4
1 parent 303106f commit d7dff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: 'Setup PHP'
150150
uses: 'shivammathur/setup-php@v2'
151151
with:
152-
php-version: '8.1'
152+
php-version: '7.4'
153153
tools: 'composer'
154154

155155
- name: 'Discover Composer cache directory'

0 commit comments

Comments
 (0)