Skip to content

Commit

Permalink
Bump versions in CI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker authored and franmomu committed Jun 8, 2024
1 parent cc995b1 commit 3349c06
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.3"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
Expand All @@ -40,7 +40,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.3"
coverage: "none"
tools: "composer:v2"

Expand All @@ -65,7 +65,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: none
tools: composer:v2, composer-normalize:2
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- deps: "lowest"
php-version: "7.4"
- deps: "highest"
php-version: "8.1"
php-version: "8.3"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build "php" container
uses: isbang/compose-action@v1.5.1
uses: isbang/compose-action@v2.0.0
with:
compose-file: "./compose.yaml"
services: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: none
extensions: mongodb-1.9.0, zip
extensions: mongodb, zip
tools: composer:v2

- name: Install Composer dependencies (highest)
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
target: php
dockerfile: ./.docker/php/Dockerfile
args:
PHP_VERSION: ${PHP_VERSION:-8.2-cli}
PHP_VERSION: ${PHP_VERSION:-8.3-cli}
volumes:
- .:/var/www
working_dir: /var/www
Expand Down

0 comments on commit 3349c06

Please sign in to comment.