Skip to content

Commit

Permalink
run tests on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cappuc committed Jan 31, 2024
1 parent 79a2358 commit ea008d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1]
php: [8.3, 8.2, 8.1]
stability: [prefer-lowest, prefer-stable]

name: Test on P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.2]
php: [8.3]

name: Benchmark on P${{ matrix.php }}

Expand Down

0 comments on commit ea008d8

Please sign in to comment.