Skip to content

Commit cd5e6ac

Browse files
committedOct 7, 2024
fix: run only supported versions
1 parent f5e7378 commit cd5e6ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2, 8.3]
12+
php: [8.1, 8.2]
1313
laravel: [10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"phpunit/phpunit": "^10.0"
3333
},
3434
"require": {
35-
"php": "^8.2",
35+
"php": "^8.1|^8.2",
3636
"guzzlehttp/guzzle": "^7.0",
3737
"illuminate/contracts": "^10.0",
3838
"symfony/mailer": "^6.2"

0 commit comments

Comments
 (0)
Please sign in to comment.