Skip to content

Commit 9fb70ad

Browse files
authored
Build against PHP 8.4 and raise minimum PHP version to 8.1 (#61)
1 parent 7d9da83 commit 9fb70ad

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/tests.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php-version: ['8.0', '8.1', '8.2', '8.3']
18+
php-version: ['8.1', '8.2', '8.3', '8.4']
1919
include:
20-
- php-version: '8.3'
20+
- php-version: '8.4'
2121
run-sonarqube-analysis: true
2222

2323
steps:
@@ -29,15 +29,11 @@ jobs:
2929
uses: shivammathur/setup-php@v2
3030
with:
3131
php-version: ${{ matrix.php-version }}
32-
tools: phpunit:9.5.0
3332
coverage: pcov
3433

3534
- name: Setup problem matchers for PHP
3635
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3736

38-
- name: Setup problem matchers for PHPUnit
39-
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
40-
4137
- name: Get Composer Cache Directory
4238
id: composer-cache
4339
run: |

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.0",
2322
"illuminate/config": "^10.0|^11.0",
2423
"illuminate/support": "^10.0|^11.0",
24+
"php": "^8.1",
2525
"php-mqtt/client": "^1.3.0|^2.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)