Skip to content

Commit 2ee052e

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/diagnostics.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
phpcq_install: 'install'
2121
phpcq_flags: ''
2222
composer_install: 'update --prefer-lowest'
23-
- php: '8.1'
23+
- php: '8.0'
24+
phpcq_install: 'update'
25+
phpcq_flags: ''
26+
composer_install: 'update --prefer-lowest'
27+
- php: '8.0'
2428
phpcq_install: 'update'
2529
phpcq_flags: ''
2630
composer_install: 'update'

0 commit comments

Comments
 (0)