mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-16 18:48:17 +00:00
chore(workflows): update php versions in composer-install
This commit is contained in:
2
.github/workflows/composer-install.yml
vendored
2
.github/workflows/composer-install.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ["ubuntu-latest"]
|
operating-system: ["ubuntu-latest"]
|
||||||
php: ["8.0", "8.1", "8.2"]
|
php: ["8.1", "8.2", "8.3", "8.4"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user