Skip to content

Commit

Permalink
Run github actions tests on php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
refring committed Jan 9, 2025
1 parent 5061806 commit 49f7de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ubuntu-latest]
monero: [ 0.18.1.2, 0.18.2.2, 0.18.3.4 ]
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
dependency-version: [prefer-lowest, prefer-stable]

name: Tests PHP${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} - monero ${{ matrix.monero }}
Expand Down

0 comments on commit 49f7de0

Please # to comment.