Skip to content

Commit

Permalink
Update PHP and Phalcon versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jul 8, 2023
1 parent 92685ec commit b6f9ada
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/testing-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: PHP ${{ matrix.php-versions }} with Phalcon ${{ matrix.phalcon-versions }}
runs-on: ubuntu-latest
env:
extensions: mbstring, intl, json, psr, phalcon-${{ matrix.phalcon-versions }}, xdebug
key: cache-v0.0.2
extensions: mbstring, intl, json, phalcon-${{ matrix.phalcon-versions }}, xdebug
key: cache-${{ matrix.phalcon-versions }}-${{ matrix.php-versions }}
services:
mongodb:
image: mongo:4.2
Expand All @@ -16,9 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '7.2', '7.3', '7.4' ]
# There is no 4.1.1 version due release bug
phalcon-versions: [ '4.0.5', '4.0.6', '4.1.0', '4.1.2', '4.1.3' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
phalcon-versions: [ '5.0.0', '5.0.1', '5.0.2', '5.0.3', '5.0.4', '5.0.5', '5.1.0', '5.1.1', '5.1.2', '5.1.3', '5.1.4', '5.2.0', '5.2.1', '5.2.2']
steps:
- uses: actions/checkout@v3
- name: Setup cache environment
Expand Down

0 comments on commit b6f9ada

Please sign in to comment.