We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df809f9 commit 5a47645Copy full SHA for 5a47645
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
max-parallel: 15
13
fail-fast: true
14
matrix:
15
- php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
+ php-versions: ['8.3', '8.4', '8.5' ]
16
17
name: PHP ${{ matrix.php-versions }}
18
steps:
0 commit comments