Skip to content

Commit 572405d

Browse files
committed
minor #1548 Run the tests also on PHP 8.4 (rosier)
This PR was merged into the main branch. Discussion ---------- Run the tests also on PHP 8.4 Commits ------- a211b2c Run the tests also on PHP 8.4
2 parents db2c20e + a211b2c commit 572405d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
strategy:
2525
matrix:
2626
operating-system: ['ubuntu-latest']
27-
php-version: ['8.2', '8.3']
27+
php-version: ['8.2', '8.3', '8.4']
2828
include:
29-
# TODO: change this to 'macos-latest' on June 2024, when '14' will become 'latest'
30-
- operating-system: 'macos-14'
29+
- operating-system: 'macos-latest'
3130
php-version: '8.2'
3231
- operating-system: 'windows-latest'
3332
php-version: '8.2'

0 commit comments

Comments
 (0)