Skip to content

Commit

Permalink
chore(ci): Update CI workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa authored Sep 14, 2023
1 parent 09da438 commit 4c37f26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
php-versions: ['8.1', '8.2']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 - 2022 Fabian Meyer
Copyright (c) 2018 - 2023 Fabian Meyer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ composer require --dev meyfa/phpunit-assert-gd
**Compatibility table**

| AssertGD version | Supported PHP version | Supported PHPUnit version |
| :--------------- | :-------------------- | :------------------------ |
|:-----------------|:----------------------|:--------------------------|
| 4.* | >= 8.1 | 10.1 |
| 3.* | >= 7.3 | 9 |
| 2.* | >= 7.2 | 8 |
| 1.* | >= 5.3.3 | 4.8.36 - 6.5.0 |
| 1.* | 5.3.3 - 8.0 | 4.8.36 - 6.5.0 |

## Examples

Expand Down

0 comments on commit 4c37f26

Please sign in to comment.