There was an error while loading. Please reload this page.
1 parent cbf8de5 commit 7df249bCopy full SHA for 7df249b
1 file changed
.github/workflows/ci.yml
@@ -5,11 +5,8 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- php: [ '8.1', '8.2', '8.3', '8.4' ]
+ php: [ '8.2', '8.3', '8.4' ]
9
typo3: [ '12', '13' ]
10
- exclude:
11
- - php: '8.1'
12
- typo3: '13'
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
@@ -61,8 +58,5 @@ jobs:
61
58
- name: Run PHP CS Fixer checks
62
59
run: composer run tool:php-cs-fixer-check
63
60
64
-# - name: Run DepTrac
65
-# run: composer run tool:deptrac
66
-
67
- name: Reset composer.json
68
run: git checkout composer.json;
0 commit comments