Skip to content

Commit

Permalink
✅ test on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 14, 2024
1 parent 95e5461 commit 6bd7e77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:
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:
matrix:
include:
Expand All @@ -23,8 +23,10 @@ jobs:
composer_option: '--prefer-lowest'
- description: '8.2'
php: '8.2'
- description: 'latest'
- description: '8.3'
php: '8.3'
- description: 'latest'
php: '8.4'
name: PHP ${{ matrix.php }} tests
steps:
- name: Checkout
Expand Down

0 comments on commit 6bd7e77

Please sign in to comment.