1 parent a3ce99b commit 7073d98Copy full SHA for 7073d98
1 file changed
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
6
fail-fast: false
7
matrix:
8
operating-system: [ubuntu-latest]
9
- php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
+ php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
10
dependency-versions: ["highest", "lowest"]
11
runs-on: ${{ matrix.operating-system }}
12
steps:
0 commit comments