Skip to content

Commit

Permalink
fix: ubuntu used
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Dec 12, 2024
1 parent 57b65f9 commit 7d4977a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
Expand All @@ -18,7 +18,7 @@ jobs:
cp .env-example .env
just setup
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
Expand All @@ -33,7 +33,7 @@ jobs:
cd src
just install lint
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
phpversion: ['8.2', '8.3', '8.4']
Expand All @@ -56,7 +56,7 @@ jobs:
just coverage
coverage:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
Expand Down

0 comments on commit 7d4977a

Please sign in to comment.