We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe53f9 commit 2a52097Copy full SHA for 2a52097
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
test:
19
strategy:
20
matrix:
21
- php-version: [7.4, 8.1, 8.2, 8.3, 8.4]
+ php-version: [7.4, 8.1, 8.2, 8.3, 8.4, 8.5]
22
runs-on: ubuntu-22.04
23
container:
24
image: fsiopenpl/docker-php-apache:alpine-${{ matrix.php-version }}
0 commit comments