Skip to content

Commit 582ea08

Browse files
authored
Merge pull request #151 from Jubeki/patch-1
Fix Github Actions
2 parents e433415 + 3e0f867 commit 582ea08

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.4, 8.3, 8.2, 8.1]
11+
php: [8.4, 8.3, 8.2]
1212
laravel: [11.*, 10.*]
1313
dependency-version: [prefer-stable]
14-
exclude:
15-
- php: 8.1
16-
laravel: 11.*
17-
- php: 8.4
18-
laravel: 10.*
14+
exclude:
15+
- php: 8.4
16+
laravel: 10.*
1917

2018

2119
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"illuminate/support": "^10.48.23|^11.35",
2121
"laravel/nova": "^5.0",
2222
"nesbot/carbon": "^2.62.1|^3.4",

0 commit comments

Comments
 (0)