Skip to content

Commit b379df2

Browse files
committed
Re-add php 8.0
1 parent 8532d7d commit b379df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/diagnostics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
phpcq_install: 'install'
2121
phpcq_flags: ''
2222
composer_install: 'update --prefer-lowest'
23-
- php: '8.1'
23+
- php: '8.0'
2424
phpcq_install: 'update'
2525
phpcq_flags: ''
26-
composer_install: 'update'
26+
composer_install: 'update --prefer-lowest'
2727
- php: '8.1'
2828
phpcq_install: 'update'
2929
phpcq_flags: ''

0 commit comments

Comments
 (0)