We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d92777 commit 782d7d1Copy full SHA for 782d7d1
1 file changed
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
- 8080:80
12
strategy:
13
matrix:
14
- php-versions: [ '8.0', '8.1' ]
+ php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
15
composer-options: [ '--prefer-lowest', '']
16
runs-on: ubuntu-latest
17
steps:
0 commit comments