Skip to content

Commit

Permalink
Support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Nov 20, 2024
1 parent 2dc4df7 commit 00af3ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2, 8.1]
laravel: ['10.*', '11.*']
php: [8.4, 8.3, 8.2]
laravel: ["10.*", "11.*"]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 11.*
php: 8.1

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1 || ^8.2 || ^8.3",
"php": "^8.2 || ^8.3 || ^8.4",
"ext-openssl": "*",
"egulias/email-validator": "^3.1 || ^4.0",
"guzzlehttp/guzzle": "^7.2",
Expand Down Expand Up @@ -57,4 +57,4 @@
}
}
}
}
}

0 comments on commit 00af3ec

Please sign in to comment.