Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
madwizard-thomas committed May 28, 2024
1 parent 0e6ee14 commit 64c3d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ on: ["push", "pull_request"]
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: true
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
stability: [prefer-lowest, prefer-stable]
experimental: [false]
include:
- php: 8.2
stability: ignore-platform-req=php
experimental: true

name: Test php ${{ matrix.php }} ${{ matrix.stability }}
steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"sop/crypto-bridge": "^0.3.1",
"sop/crypto-encoding": "^0.3.0",
"ext-sodium": "*",
"symfony/cache": "^4.4|^5.2|^6.0"
"symfony/cache": "^4.4|^5.2|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.29",
"phpstan/phpstan": "^0.12.64",
"symfony/var-dumper": "^5.2",
"symfony/console": "^5.2",
"symfony/var-dumper": "^5.4",
"symfony/console": "^5.4",
"symfony/dotenv": "^5.2",
"phpseclib/phpseclib": "^3.0.1",
"sebastian/comparator": "^3.0.5"
Expand Down

0 comments on commit 64c3d39

Please sign in to comment.