Skip to content

Commit

Permalink
Add PHP 8.4 and CakePHP 5.1 to CI (#565)
Browse files Browse the repository at this point in the history
* Add PHP 8.4 and CakePHP 5.1 to CI
  • Loading branch information
cnizzardini authored Feb 7, 2025
1 parent 42c70bf commit 75ceab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
name: PHP 8.3 Test / Analysis
name: PHP 8.4 Test / Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: '8.4'
extensions: mbstring, intl, xdebug

- name: PHP Version
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['~5.0']
version: ['~5.0.0', '^5.0']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 75ceab8

Please sign in to comment.