Skip to content

Commit

Permalink
Added PHP 8.3 to tests
Browse files Browse the repository at this point in the history
- Updated CI workflow
  • Loading branch information
josemmo committed Dec 8, 2022
1 parent 0b60be1 commit e93d4ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
include:
- php-version: '8.1'
deploy: ${{ github.ref == 'refs/heads/master' }}
- php-version: '8.2'
deploy: ${{ github.ref == 'refs/heads/master' }}
- php-version: '8.3'
experimental: true
steps:
# Download code from repository
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

# Setup PHP
- name: Setup PHP
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
# Deploy documentation
- name: Deploy documentation
if: ${{ success() && matrix.deploy || false }}
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: site
Expand Down

0 comments on commit e93d4ef

Please sign in to comment.