We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482bac5 commit f196db1Copy full SHA for f196db1
1 file changed
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- php-versions: [ '8.3', '8.4' ]
+ php-versions: [ '8.3', '8.4', '8.5' ]
9
name: Testing on PHP ${{ matrix.php-versions }}
10
steps:
11
- name: Checkout
0 commit comments