Skip to content

Commit

Permalink
Use PHP 8.3 for more CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Mar 17, 2024
1 parent f2e037f commit 46be456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -54,15 +54,15 @@ jobs:
run: "php vendor/bin/phpunit"
test_old_73_80:
runs-on: "ubuntu-latest"
name: "PHP 7.4 Code on PHP 8.2 Integration Tests"
name: "PHP 7.4 Code on PHP 8.3 Integration Tests"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.2"
php-version: "8.3"
ini-file: "development"
tools: composer:v2
- name: "Install PHP 8 dependencies"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.2"
php-version: "8.3"
tools: composer:v2
- name: "Install dependencies"
run: |
Expand All @@ -113,7 +113,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.2"
php-version: "8.3"
tools: composer:v2
- name: "Install dependencies"
run: |
Expand Down

0 comments on commit 46be456

Please sign in to comment.