Skip to content

Commit 28f8868

Browse files
authored
Test on PHP 8.4 (#4)
* Set minimum stability to stable * Add PHP 8.4 to the matrix
1 parent 4abdf38 commit 28f8868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2]
20+
php: [8.4, 8.3, 8.2]
2121
stability: [prefer-lowest, prefer-stable]
2222

2323
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"phpstan/extension-installer": true
4848
}
4949
},
50-
"minimum-stability": "dev",
50+
"minimum-stability": "stable",
5151
"prefer-stable": true
5252
}

0 commit comments

Comments
 (0)