Skip to content

Commit 299341a

Browse files
authored
[10.x] Supports PHP 8.4 (#879)
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 3cd896a commit 299341a

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 8.2
28+
php-version: 8.3
2929
tools: composer:v2
3030
coverage: none
3131

.github/workflows/tests.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,20 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: ['8.0', 8.1, 8.2, 8.3]
20-
laravel: [9, 10, 11]
21-
exclude:
22-
- php: '8.0'
23-
laravel: 10
24-
- php: '8.0'
19+
php: [8.1, 8.2, 8.3]
20+
laravel: [10, 11]
21+
include:
22+
- php: 8.4
2523
laravel: 11
26-
- php: '8.1'
27-
laravel: 11
28-
- php: 8.3
24+
- php: 8.2
25+
laravel: 9
26+
- php: 8.1
2927
laravel: 9
28+
- php: '8.0'
29+
laravel: 9
30+
exclude:
31+
- php: 8.1
32+
laravel: 11
3033

3134
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3235

@@ -65,7 +68,7 @@ jobs:
6568
strategy:
6669
fail-fast: true
6770
matrix:
68-
php: ['8.0', 8.1, 8.2, 8.3]
71+
php: ['8.0', 8.1, 8.2, 8.3, 8.4]
6972

7073
name: PHP ${{ matrix.php }} using Meilisearch
7174

0 commit comments

Comments
 (0)