Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Apr 12, 2024
1 parent bdfea70 commit 4dfcc9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
include:
- { glpi-version: "10.1.x", php-version: "8.1", db-image: "mariadb:10.5" }
- { glpi-version: "10.1.x", php-version: "8.2", db-image: "mariadb:11.0" }
- { glpi-version: "10.1.x", php-version: "8.3-rc", db-image: "mysql:8.0" }
- - { glpi-version: "10.0.x", php-version: "7.4", db-image: "mariadb:10.5" }
- { glpi-version: "10.0.x", php-version: "8.1", db-image: "mariadb:10.5" }
- { glpi-version: "10.0.x", php-version: "8.2", db-image: "mariadb:11.0" }
uses: "glpi-project/plugin-ci-workflows/.github/workflows/continuous-integration.yml@v1"
with:
plugin-key: "jamf"
Expand Down

0 comments on commit 4dfcc9c

Please sign in to comment.