Skip to content

Commit 2cd9a9c

Browse files
committed
[BUGFIX] Use newer cachix/install-nix-action version
1 parent 8af9dc8 commit 2cd9a9c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)