Skip to content

Commit 053baa4

Browse files
authored
Run tests on PHP 8.1 (#526)
1 parent 942665d commit 053baa4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [ "8.0", "7.4", "7.3", "7.2" ]
21+
php: [ "8.1", "8.0", "7.4", "7.3", "7.2" ]
2222
packages:
2323
# All versions below should be test on PHP ^7.1 (Sentry SDK requirement)
2424
- { laravel: 5.1.*, testbench: 3.1.*, phpunit: 5.7.* }
@@ -37,6 +37,7 @@ jobs:
3737
exclude:
3838
- php: "7.2"
3939
packages: { laravel: ^8.0, testbench: ^6.0, phpunit: 9.3.* }
40+
4041
- php: "8.0"
4142
packages: { laravel: 5.1.*, testbench: 3.1.*, phpunit: 5.7.* }
4243
- php: "8.0"
@@ -58,6 +59,27 @@ jobs:
5859
- php: "8.0"
5960
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
6061

62+
- php: "8.1"
63+
packages: { laravel: 5.1.*, testbench: 3.1.*, phpunit: 5.7.* }
64+
- php: "8.1"
65+
packages: { laravel: 5.2.*, testbench: 3.2.*, phpunit: 5.7.* }
66+
- php: "8.1"
67+
packages: { laravel: 5.3.*, testbench: 3.3.*, phpunit: 5.7.* }
68+
- php: "8.1"
69+
packages: { laravel: 5.4.*, testbench: 3.4.*, phpunit: 5.7.* }
70+
- php: "8.1"
71+
packages: { laravel: 5.5.*, testbench: 3.5.*, phpunit: 6.5.* }
72+
- php: "8.1"
73+
packages: { laravel: 5.6.*, testbench: 3.6.*, phpunit: 7.5.* }
74+
- php: "8.1"
75+
packages: { laravel: 5.7.*, testbench: 3.7.*, phpunit: 7.5.* }
76+
- php: "8.1"
77+
packages: { laravel: 5.8.*, testbench: 3.8.*, phpunit: 7.5.* }
78+
- php: "8.1"
79+
packages: { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* }
80+
- php: "8.1"
81+
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
82+
6183
name: phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
6284

6385
steps:

0 commit comments

Comments
 (0)