Skip to content

Commit c854831

Browse files
Ensured PHP 8.2 compatibility
* Run tests in php8.2 update dependencies. * CI: fixed trigger settings
1 parent 2eba0a1 commit c854831

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

.github/workflows/fix-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check & Fix Styling
22

3-
on: [push]
3+
on: [workflow_dispatch, push, pull_request]
44

55
jobs:
66
run:

.github/workflows/run-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Run Tests
22

3-
on:
4-
push:
5-
branches: [next]
6-
pull_request:
7-
branches: [next]
3+
on: [pull_request, push]
84

95
jobs:
106
test:
@@ -13,7 +9,7 @@ jobs:
139
fail-fast: true
1410
matrix:
1511
os: [ubuntu-latest]
16-
php: [8.1]
12+
php: [8.1, 8.2]
1713
laravel: [9.*]
1814
stability: [prefer-stable]
1915
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.1",
2121
"guzzlehttp/guzzle": "^7.4",
2222
"illuminate/contracts": "^9.0",
23-
"laravel/pint": "^0.1.6",
23+
"laravel/pint": "^1.2.1",
2424
"nunomaduro/termwind": "^1.10",
2525
"phpmd/phpmd": "^2.12",
2626
"spatie/laravel-package-tools": "^1.9.2"

pint.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)