Skip to content

Commit

Permalink
Adjust matrix configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-melnytskyi committed Dec 18, 2024
1 parent ffe0c8c commit 3775aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
max-parallel: 4
fail-fast: false
matrix:
php_version: [8.1, 8.2, 8.3]
alpine_version: ['3.18', '3.19', '3.20']
php_version: [8.2, 8.3]
alpine_version: ['3.19', '3.20']

steps:
- name: Checkout repository
Expand Down

0 comments on commit 3775aba

Please sign in to comment.