Skip to content

Commit

Permalink
Test on 8.4 and update code checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 12, 2025
1 parent f2b745b commit 9a8a807
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.3'

- operating-system: 'ubuntu-latest'
php-version: '8.4'

- operating-system: 'windows-latest'
php-version: '8.3'
php-version: '8.4'
job-description: 'on Windows'

- operating-system: 'macos-latest'
php-version: '8.3'
php-version: '8.4'
job-description: 'on macOS'

name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
Expand All @@ -37,7 +40,7 @@ jobs:
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 9a8a807

Please sign in to comment.