Skip to content

Commit a4fe958

Browse files
committed
ref: Bump CI to PHP 8.2
1 parent bffd417 commit a4fe958

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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: 2 additions & 1 deletion
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:
@@ -18,7 +19,7 @@ jobs:
1819
- name: Setup PHP
1920
uses: shivammathur/setup-php@v2
2021
with:
21-
php-version: '8.1'
22+
php-version: '8.2'
2223

2324
- name: Install dependencies
2425
run: composer update --no-progress --no-interaction --prefer-dist

0 commit comments

Comments
 (0)