Skip to content

Commit 36f8985

Browse files
committed
chore: add PHP 8.5; remove 8.1
1 parent 8d99f4e commit 36f8985

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php_version: ["8.1", "8.2", "8.3", "8.4"]
15+
php_version: ["8.2", "8.3", "8.4", "8.5"]
1616
composer_version: ["2"]
1717
platforms: ["linux/amd64,linux/arm64/v8"]
1818
include:
19-
- php_version: "8.4"
19+
- php_version: "8.5"
2020
latest: "true"
2121
env:
2222
TEST_TAG: ${{ github.repository }}:test

0 commit comments

Comments
 (0)