Skip to content

Commit

Permalink
Merge pull request #346 from garak/php84
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
garak authored Feb 10, 2025
2 parents 2ec644b + 7e35ed2 commit 26b90f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ on:

jobs:
phpstan:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: PHPStan
steps:
- name: Checkout
uses: actions/checkout@v4
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
uses: docker://oskarstark/phpstan-ga:1.8.0
env:
REQUIRE_DEV: true
CHECK_PLATFORM_REQUIREMENTS: false
with:
args: analyse
cs-fixer:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: PHP-CS-Fixer
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fix CS
uses: docker://oskarstark/php-cs-fixer-ga
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -48,7 +48,7 @@ jobs:
- description: '8.3'
php: '8.3'
- description: 'Dev deps'
php: '8.3'
php: '8.4'
dev: true
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
Expand Down

0 comments on commit 26b90f8

Please sign in to comment.