Skip to content

Commit 8d57619

Browse files
committed
updated workflow actions for additional checks
1 parent 13f0226 commit 8d57619

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/additional_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ env:
1616
jobs:
1717
importing-tests:
1818
name: Importing tests
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v3
2323
- name: Install Python
2424
run: |
2525
sudo apt update && sudo apt-get install -y python3 python3-pip python-is-python3

.github/workflows/depricated_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ env:
1717
jobs:
1818
depricated-tests:
1919
name: Depricated tests
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v3
2424
- name: Install packages
2525
run: |
2626
sudo apt update && sudo apt install -y git sudo nginx gcc make automake pkg-config postgresql-14 libpostgresql-ocaml-dev libxml2-dev libpcre3-dev libevent-dev apache2 libapache2-mod-php php8.1-pgsql php8.1-bcmath php8.1-xml php8.1-gd php8.1-ldap php8.1-mbstring libzip-dev

0 commit comments

Comments
 (0)