Skip to content

Commit 6065b22

Browse files
committed
tests: php 8.3
1 parent 33309ac commit 6065b22

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '8.2'
16+
php-version: '8.3'
1717
coverage: none
1818

1919
- name: Install composer dependencies

.github/workflows/unit-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.0, 8.1, 8.2]
11+
php: [8.0, 8.1, 8.2, 8.3]
1212
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
1313
stability: [prefer-lowest, prefer-stable]
1414
exclude:
@@ -17,6 +17,8 @@ jobs:
1717
php: 8.1
1818
- laravel: 8.*
1919
php: 8.2
20+
- laravel: 8.*
21+
php: 8.3
2022
# Laravel 10.x only supports PHP ^8.1
2123
- laravel: 10.*
2224
php: 8.0
@@ -25,11 +27,15 @@ jobs:
2527
php: 8.1
2628
- laravel: 7.*
2729
php: 8.2
30+
- laravel: 7.*
31+
php: 8.3
2832
# Laravel 6.x only supports PHP 7.2-8.0
2933
- laravel: 6.*
3034
php: 8.1
3135
- laravel: 6.*
3236
php: 8.2
37+
- laravel: 6.*
38+
php: 8.3
3339

3440
name: L${{ matrix.laravel }} - P${{ matrix.php }} - ${{ matrix.color }} - ${{ matrix.stability }}
3541

0 commit comments

Comments
 (0)