|
23 | 23 | - "8.1" |
24 | 24 | - "8.2" |
25 | 25 | - "8.3" |
| 26 | + - "8.4" |
26 | 27 | steps: |
27 | 28 | - uses: actions/checkout@v4 |
28 | 29 |
|
@@ -66,11 +67,14 @@ jobs: |
66 | 67 | - "8.1" |
67 | 68 | - "8.2" |
68 | 69 | - "8.3" |
| 70 | + - "8.4" |
69 | 71 | debug: |
70 | 72 | - "" |
71 | 73 | include: |
72 | 74 | - php-version: "8.1" |
73 | 75 | debug: "debug" |
| 76 | + - php-version: "8.4" |
| 77 | + debug: "debug" |
74 | 78 | steps: |
75 | 79 | - uses: actions/checkout@v4 |
76 | 80 |
|
@@ -121,6 +125,7 @@ jobs: |
121 | 125 | - "8.1" |
122 | 126 | - "8.2" |
123 | 127 | - "8.3" |
| 128 | + - "8.4" |
124 | 129 | debug: |
125 | 130 | - "" |
126 | 131 | include: |
@@ -204,7 +209,10 @@ jobs: |
204 | 209 | matrix: ${{ steps.set-matrix.outputs.matrix }} |
205 | 210 | steps: |
206 | 211 | - uses: actions/checkout@v4 |
207 | | - - uses: cachix/install-nix-action@v26 |
| 212 | + - uses: cachix/install-nix-action@v27 |
| 213 | + with: |
| 214 | + nix_path: nixpkgs=channel:nixos-24.05 |
| 215 | + extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" |
208 | 216 | - id: set-matrix |
209 | 217 | name: Generate Nix Matrix |
210 | 218 | run: | |
@@ -232,9 +240,9 @@ jobs: |
232 | 240 | nix-store.nar-${{ runner.os }}-${{ hashFiles('flake.lock') }}- |
233 | 241 | nix-store.nar-${{ runner.os }}- |
234 | 242 |
|
235 | | - - uses: cachix/install-nix-action@v26 |
| 243 | + - uses: cachix/install-nix-action@v27 |
236 | 244 | with: |
237 | | - nix_path: nixpkgs=channel:nixos-23.11 |
| 245 | + nix_path: nixpkgs=channel:nixos-24.05 |
238 | 246 | extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" |
239 | 247 |
|
240 | 248 | - name: Import Nix Store Cache |
@@ -286,6 +294,8 @@ jobs: |
286 | 294 | - "8.1" |
287 | 295 | - "8.2" |
288 | 296 | - "8.3" |
| 297 | + # i wish they wouldn't do this |
| 298 | + - "8.4.0RC1" |
289 | 299 | DOCKER_NAME: |
290 | 300 | - debian |
291 | 301 | steps: |
|
0 commit comments