We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d99f4e commit 36f8985Copy full SHA for 36f8985
1 file changed
.github/workflows/docker.yml
@@ -12,11 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php_version: ["8.1", "8.2", "8.3", "8.4"]
+ php_version: ["8.2", "8.3", "8.4", "8.5"]
16
composer_version: ["2"]
17
platforms: ["linux/amd64,linux/arm64/v8"]
18
include:
19
- - php_version: "8.4"
+ - php_version: "8.5"
20
latest: "true"
21
env:
22
TEST_TAG: ${{ github.repository }}:test
0 commit comments