Skip to content

Commit

Permalink
Passage à PHP 7.2 dans la CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo committed Dec 6, 2024
1 parent 8f1945d commit 39ba7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.0"]
php: ["7.2"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: '7.0'
php-version: '7.2'

- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit 39ba7bb

Please sign in to comment.