mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
36
.github/workflows/test-devel.yml
vendored
36
.github/workflows/test-devel.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout Anope
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -57,10 +57,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout Bahamut
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -110,10 +110,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout Hybrid
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -140,10 +140,10 @@ jobs:
|
||||
- name: Create directories
|
||||
run: cd ~/; mkdir -p .local/ go/
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout InspIRCd
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -184,10 +184,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout ngircd
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -225,10 +225,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: clone
|
||||
run: 'curl https://gitlab.com/rizon/plexus4/-/archive/master/plexus4-master.tar.gz
|
||||
| tar -zx
|
||||
@ -267,10 +267,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout Solanum
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -307,10 +307,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout UnrealIRCd 6
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -353,10 +353,10 @@ jobs:
|
||||
|
||||
'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.11
|
||||
- name: Checkout UnrealIRCd 5
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user