We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a7b2d commit 9931b2bCopy full SHA for 9931b2b
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.0, 8.1, 8.2]
+ php: [8.2, 8.3, 8.4]
13
dependency-version: [prefer-lowest, prefer-stable]
14
15
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.4|^8.0",
+ "php": "^8.2",
20
"twig/twig": "^3.21"
21
},
22
"require-dev": {
0 commit comments