Skip to content

Commit

Permalink
ci: use php 8.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Strobotti committed Apr 30, 2024
1 parent 85e8e94 commit 0a83588
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
timeout-minutes: 5

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

- name: Checkout
uses: actions/checkout@v4

Expand Down Expand Up @@ -38,6 +43,11 @@ jobs:
- dependency-validation

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

- name: Checkout
uses: actions/checkout@v4

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
name: Semantic Release
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 0a83588

Please sign in to comment.