Skip to content

Commit

Permalink
Merge pull request #109 from clue-labs/php8.4
Browse files Browse the repository at this point in the history
Run tests on PHP 8.4 and update test environment
  • Loading branch information
clue authored Dec 30, 2024
2 parents 022a376 + 7886cb0 commit f222213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
jobs:
PHPUnit:
name: PHPUnit (PHP ${{ matrix.php }})
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php:
- 8.4
- 8.3
- 8.2
- 8.1
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
PHPUnit-hhvm:
name: PHPUnit (HHVM)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: true
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f222213

Please sign in to comment.