Skip to content

Commit eda1596

Browse files
authored
Run CI on PHP 8.3 (#785)
1 parent ce68501 commit eda1596

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: [ "8.2", "8.1" ]
20+
php: [ "8.3", "8.2", "8.1" ]
2121
packages:
2222
# All versions below only support PHP ^8.1 (Laravel requirement)
2323
- { laravel: ^10.0, testbench: ^8.0, phpunit: 9.6.* }
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
php: [ "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ]
69+
php: [ "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ]
7070
packages:
7171
# All versions below should be test on PHP ^7.1 (Sentry SDK requirement) and PHP < 8.0 (PHPUnit requirement)
7272
- { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* }
@@ -104,6 +104,13 @@ jobs:
104104
- php: "8.2"
105105
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
106106

107+
- php: "8.3"
108+
packages: { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* }
109+
- php: "8.3"
110+
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
111+
- php: "8.3"
112+
packages: { laravel: ^8.0, testbench: ^6.0, phpunit: 9.3.* }
113+
107114
name: phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
108115

109116
steps:

0 commit comments

Comments
 (0)