Skip to content

Commit 272788a

Browse files
committed
update to latest phpunit an php 8.x for github action
1 parent 46a4b5f commit 272788a

File tree

3 files changed

+233
-224
lines changed

3 files changed

+233
-224
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP with XDebug
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 7.4
23+
php-version: 8.x
2424
coverage: xdebug
2525
tools: composer
2626

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Raspberry Pi jukebox, playing local music, podcasts, web radio and streams triggered by RFID cards, web app or home automation. All plug and play via USB. GPIO scripts available.",
44
"type": "project",
55
"require-dev": {
6-
"phpunit/phpunit": "^10",
6+
"phpunit/phpunit": "^11",
77
"php-mock/php-mock-phpunit": "^2.6",
88
"doctrine/instantiator": "^1.5.0"
99
},

0 commit comments

Comments
 (0)