Skip to content

Commit

Permalink
ci: Testing with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blue32a committed Jan 1, 2024
1 parent 6da60f2 commit f6aa4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Setup PHP ${{ matrix.php-version }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f6aa4c8

Please sign in to comment.