Skip to content

Commit

Permalink
updated ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxetom committed Dec 17, 2024
1 parent 964e40c commit aeba2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: codecov/codecov-action@v3

coding-style:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand All @@ -61,7 +61,7 @@ jobs:
vendor/bin/php-cs-fixer fix --dry-run --diff --allow-risky=yes
static-analysis:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit aeba2c1

Please sign in to comment.