Skip to content

Commit 7df249b

Browse files
committed
Drop PHP 8.1 support
1 parent cbf8de5 commit 7df249b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
php: [ '8.1', '8.2', '8.3', '8.4' ]
8+
php: [ '8.2', '8.3', '8.4' ]
99
typo3: [ '12', '13' ]
10-
exclude:
11-
- php: '8.1'
12-
typo3: '13'
1310
runs-on: ubuntu-latest
1411
steps:
1512
- name: Checkout
@@ -61,8 +58,5 @@ jobs:
6158
- name: Run PHP CS Fixer checks
6259
run: composer run tool:php-cs-fixer-check
6360

64-
# - name: Run DepTrac
65-
# run: composer run tool:deptrac
66-
6761
- name: Reset composer.json
6862
run: git checkout composer.json;

0 commit comments

Comments
 (0)