Skip to content

Commit

Permalink
Merge pull request #166 from Yoast/JRF/ghactions-run-against-php84
Browse files Browse the repository at this point in the history
GH Actions: enable linting and testing against PHP 8.4
  • Loading branch information
jrfnl authored Nov 10, 2024
2 parents 54309db + ab9419f commit a38d9ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ jobs:

strategy:
matrix:
php_version: ['5.4', '5.5', '5.6', '7.0', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php_version: ['5.4', '5.5', '5.6', '7.0', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
coverage: [false]

# Run code coverage only on high/medium/low PHP.
include:
- php_version: 5.3
coverage: true
- php_version: 7.1
- php_version: 7.2
coverage: true
- php_version: 8.3
- php_version: 8.4
coverage: true

name: "Lint and test: PHP ${{ matrix.php_version }}"
Expand Down

0 comments on commit a38d9ec

Please sign in to comment.