Skip to content

Commit

Permalink
Merge pull request #3 from mittwald/chore/bump-php
Browse files Browse the repository at this point in the history
Bump PHP to 8.4 in action jobs
  • Loading branch information
martin-helmich authored Jan 22, 2025
2 parents ee41cc2 + 846dfa0 commit 548e5a8
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 166 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
generate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand All @@ -22,7 +22,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.4'

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
generate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.4'

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down
Loading

0 comments on commit 548e5a8

Please sign in to comment.