File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ jobs:
8989 matrix :
9090 include :
9191 - php-version : ' 8.2'
92- typo3-version : ' ^13.4 '
92+ typo3-version : ' ^14.1 '
9393 - php-version : ' 8.3'
94- typo3-version : ' ^13.4 '
94+ typo3-version : ' ^14.1 '
9595 - php-version : ' 8.4'
96- typo3-version : ' ^13.4 '
96+ typo3-version : ' ^14.1 '
9797 - php-version : ' 8.5'
98- typo3-version : ' ^13.4 '
98+ typo3-version : ' ^14.1 '
9999 steps :
100100 - uses : actions/checkout@v4
101101
@@ -114,15 +114,15 @@ jobs:
114114 - name : Code Quality (by PHPStan)
115115 run : .build/bin/phpstan analyse -c Build/phpstan.neon
116116
117- tests-phpunit :
117+ tests-unit-and-functional :
118118 runs-on : ubuntu-latest
119119 needs :
120120 - coding-guideline
121121 - code-quality
122122 steps :
123- - uses : actions/checkout@v3
123+ - uses : actions/checkout@v5
124124
125- - uses : cachix/install-nix-action@v17
125+ - uses : cachix/install-nix-action@v31
126126 with :
127127 nix_path : nixpkgs=channel:nixos-unstable
128128
You can’t perform that action at this time.
0 commit comments