Skip to content

Commit db7ea4a

Browse files
authored
Revert "ci: use ubuntu-latest and bump github actions (#276)"
This reverts commit 69da848.
1 parent 69da848 commit db7ea4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
include:
1313
# Includes php7.4-8.x, composer 2, php-xdebug, and more
1414
# https://github.com/actions/virtual-environments/blob/ubuntu20/20210318.0/images/linux/Ubuntu2004-README.md#php
15-
- os: ubuntu-latest
15+
- os: ubuntu-20.04
1616
php: "7.4"
17-
- os: ubuntu-latest
17+
- os: ubuntu-20.04
1818
php: "8.0"
19-
- os: ubuntu-latest
19+
- os: ubuntu-20.04
2020
php: "8.1"
21-
- os: ubuntu-latest
21+
- os: ubuntu-20.04
2222
php: "8.2"
2323

2424
name: Test PHP ${{ matrix.php }}
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v2
3232

3333
- name: Use PHP ${{ matrix.php }}
3434
run: |
@@ -64,13 +64,13 @@ jobs:
6464
run: composer phan
6565

6666
ocular-push:
67-
runs-on: ubuntu-latest
67+
runs-on: ubuntu-20.04
6868
if: ${{ success() }} && github.repository == 'wikimedia/composer-merge-plugin'
6969
needs: [run]
7070

7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@v6
73+
uses: actions/checkout@v2
7474

7575
- name: Use PHP 7.4
7676
run: sudo update-alternatives --set php /usr/bin/php7.4

0 commit comments

Comments
 (0)