Skip to content

Commit

Permalink
Drop PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Jan 16, 2025
1 parent 50f7d5f commit 74ee2ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.2", "8.3"]
typo3: ["^12.4", "^13.4"]
exclude:
- php: "8.1"
typo3: "^13.4"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 74ee2ae

Please sign in to comment.