We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa3038 commit 16dedfaCopy full SHA for 16dedfa
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
name: Build & Publish
27
needs: tests
28
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
29
steps:
30
- name: Checkout Repository
31
uses: actions/checkout@v2
.github/workflows/pr.yml
@@ -19,7 +19,7 @@ jobs:
19
# Format PR
20
format:
21
name: Format
22
23
24
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
tests:
12
name: Tests
13
14
env:
15
DB_USER: root
16
DB_PASSWORD: root
0 commit comments