Skip to content

Commit 1ac986f

Browse files
committed
Merge branch 'master' of github.com:MasterRO94/laravel-xss-filter
2 parents 3794157 + 6ac2cf6 commit 1ac986f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.1, 8.2]
17-
stability: [prefer-lowest, prefer-stable]
18-
exclude:
19-
- php: 8.1
20-
stability: prefer-lowest
21-
- php: 8.2
22-
stability: prefer-lowest
16+
php: [8.1, 8.2, 8.3]
17+
stability: [prefer-stable]
2318

2419
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
2520

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=7.4",
18-
"laravel/framework": "^6.20.26|^7.30.6|^8.0|^9.0|^10.0"
18+
"laravel/framework": "^6.20.26|^7.30.6|^8.0|^9.0|^10.0|^11.0"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^v4.0|^v5.0|^v6.0|^v7.0|^8.0"
21+
"orchestra/testbench": "^v4.0|^v5.0|^v6.0|^v7.0|^8.0|^9.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)