Skip to content

Commit

Permalink
Cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jan 21, 2024
1 parent d137127 commit 4e84ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install package dependencies
run: >
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:16
env:
POSTGRES_DB: redmine
POSTGRES_USER: postgres
Expand Down Expand Up @@ -54,20 +54,20 @@ jobs:
if: matrix.db == 'mysql'

- name: Checkout Redmine
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: redmine/redmine
ref: ${{ matrix.redmine }}
path: redmine

- name: Checkout additionals
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: AlphaNodes/additionals
path: redmine/plugins/additionals

- name: Checkout redmine_hedgedoc
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: redmine/plugins/redmine_hedgedoc

Expand All @@ -92,8 +92,6 @@ jobs:
- name: Prepare Redmine source
working-directory: redmine
run: |
sed -i '/rubocop/d' Gemfile
rm -f .rubocop*
cp plugins/redmine_hedgedoc/test/support/database-${{ matrix.db }}.yml config/database.yml
cp plugins/redmine_hedgedoc/test/support/configuration.yml config/configuration.yml
Expand Down

0 comments on commit 4e84ec3

Please sign in to comment.