Bump minimum PHP version to 8.1 & misc maintenance (#1521)

* Bump minimum PHP version to 8.1

Laravel 10 doesn't support 8.0 anyway

* Remove phpunit 9

* gha: remove unused matrix dimension

* gha: bump runner os

* tests: remove outdated version checks
This commit is contained in:
Markus Podar
2024-02-17 22:08:15 +01:00
committed by GitHub
parent 05259b695d
commit 9af62e243d
9 changed files with 15 additions and 27 deletions
+1 -2
View File
@@ -20,11 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-22.04, windows-2019]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 11.*