Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 19, 2024
1 parent 89d614d commit 7a42c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
phpunit-versions: ['latest']
steps:
- name: Checkout
Expand All @@ -91,7 +91,7 @@ jobs:
run: vendor/bin/phpunit

- name: Install Psalm
run: composer require --dev vimeo/psalm:^4|^5
run: composer require --dev vimeo/psalm

- name: Static Analysis
run: vendor/bin/psalm
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"paragonie/sodium_compat": "^1|^2"
},
"require-dev": {
"composer/composer": "^1|>=2.0.14",
"composer/composer": "^1|^2",
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
},
"scripts": {
Expand Down

0 comments on commit 7a42c04

Please sign in to comment.