Skip to content

Commit

Permalink
Merge pull request #112 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
WyriHaximus authored Dec 24, 2024
2 parents ce2654d + 6aadfd1 commit dfc3fe9
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 @@ -11,9 +11,10 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- windows-2022
php:
- 8.4
- 8.3
- 8.2
- 8.1
Expand Down Expand Up @@ -45,7 +46,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 dfc3fe9

Please sign in to comment.