Skip to content

Commit 1f1493d

Browse files
authored
ref: Bump CI to PHP 8.2 (#624)
1 parent bffd417 commit 1f1493d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 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.1", "8.0", "7.4", "7.3", "7.2" ]
21+
php: [ "8.2", "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: ^6.0, testbench: 4.7.*, phpunit: 8.4.* }
@@ -50,6 +50,11 @@ jobs:
5050
- php: "8.1"
5151
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
5252

53+
- php: "8.2"
54+
packages: { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* }
55+
- php: "8.2"
56+
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
57+
5358
name: phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
5459

5560
steps:

.github/workflows/cs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88
- develop
9+
- release/**
910

1011
jobs:
1112
php-cs-fixer:

0 commit comments

Comments
 (0)