Skip to content

Commit 1938cb7

Browse files
authored
Merge pull request #267 from WyriHaximusNet/revert-264-run-on-ubuntu-22.04
Revert "Run everything on ubuntu-22.04"
2 parents 345e0fc + 251bfb4 commit 1938cb7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
supported-alpine-versions:
1414
name: Supported Alpine versions
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616
outputs:
1717
alpine: ${{ steps.supported-alpine-versions.outputs.versions }}
1818
steps:

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
supported-php-versions:
2222
name: Supported PHP versions
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-latest
2424
outputs:
2525
php: ${{ steps.supported-php-versions.outputs.versions }}
2626
steps:
@@ -31,7 +31,7 @@ jobs:
3131
upcomingReleases: true
3232
supported-arch-matrix:
3333
name: Supported processor architectures
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-latest
3535
outputs:
3636
arch: ${{ steps.supported-arch-matrix.outputs.arch }}
3737
steps:
@@ -42,7 +42,7 @@ jobs:
4242
echo "arch=[\\\"amd64\\\",\\\"arm64\\\"]" >> $GITHUB_OUTPUT
4343
image-type-matrix:
4444
name: Create Image Type Matrix
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-latest
4646
outputs:
4747
type: ${{ steps.image-type-matrix.outputs.type }}
4848
steps:
@@ -55,7 +55,7 @@ jobs:
5555
echo "type=$(cat types.list)" >> $GITHUB_OUTPUT
5656
exclude-matrix:
5757
name: Create Exclude Matrix
58-
runs-on: ubuntu-22.04
58+
runs-on: ubuntu-latest
5959
outputs:
6060
exclude: ${{ steps.exclude-matrix.outputs.exclude }}
6161
exclude-push: ${{ steps.exclude-matrix.outputs.exclude-push }}
@@ -67,7 +67,7 @@ jobs:
6767
php utils/exclude-list.php
6868
image-matrix:
6969
name: Create Image Matrix
70-
runs-on: ubuntu-22.04
70+
runs-on: ubuntu-latest
7171
needs:
7272
- lint
7373
- supported-php-versions
@@ -117,7 +117,7 @@ jobs:
117117
PHP: ${{ needs.supported-php-versions.outputs.php }}
118118
lint:
119119
name: Linting Dockerfile-${{ matrix.type }}
120-
runs-on: ubuntu-22.04
120+
runs-on: ubuntu-latest
121121
needs:
122122
- image-type-matrix
123123
strategy:
@@ -138,7 +138,7 @@ jobs:
138138
- image-matrix
139139
- supported-arch-matrix
140140
- exclude-matrix
141-
runs-on: ubuntu-22.04
141+
runs-on: ubuntu-latest
142142
strategy:
143143
fail-fast: false
144144
matrix:
@@ -169,7 +169,7 @@ jobs:
169169
- image-matrix
170170
- supported-arch-matrix
171171
- exclude-matrix
172-
runs-on: ubuntu-22.04
172+
runs-on: ubuntu-latest
173173
strategy:
174174
fail-fast: false
175175
matrix:
@@ -197,7 +197,7 @@ jobs:
197197
- image-matrix
198198
- supported-arch-matrix
199199
- exclude-matrix
200-
runs-on: ubuntu-22.04
200+
runs-on: ubuntu-latest
201201
strategy:
202202
fail-fast: false
203203
matrix:
@@ -224,7 +224,7 @@ jobs:
224224
- build
225225
- scan-vulnerability
226226
- test
227-
runs-on: ubuntu-22.04
227+
runs-on: ubuntu-latest
228228
steps:
229229
- run: echo "✔️"
230230
push:
@@ -235,7 +235,7 @@ jobs:
235235
- image-matrix
236236
- supported-arch-matrix
237237
- exclude-matrix
238-
runs-on: ubuntu-22.04
238+
runs-on: ubuntu-latest
239239
strategy:
240240
fail-fast: false
241241
matrix:

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
supported-debian-versions:
1414
name: Supported Debian versions
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616
outputs:
1717
debian: ${{ steps.supported-debian-versions.outputs.versions }}
1818
steps:

0 commit comments

Comments
 (0)